Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Commit

Permalink
Add ShouldI identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
seankay committed Apr 4, 2015
1 parent e14d27b commit fe5648e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/extest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ endfunction
let s:framework_identifiers = {}
let s:framework_identifiers['^\s*test\s*"'] = "exunit"
let s:framework_identifiers['^\s*use ExUnit.Case\s*'] = "exunit"
let s:framework_identifiers['^\s*\(should\|with\) \s*"'] = "exunit"
let s:framework_identifiers['^\s*\(it\|fact\|facts\|describe\|context\|specify\) \s*'] = "amrita"
let s:framework_identifiers['^\s*use Amrita.Sweet\s*'] = "amrita"
function s:IdentifyFramework()
Expand Down

0 comments on commit fe5648e

Please sign in to comment.