Skip to content

Commit

Permalink
feat: support Elixir controller tests (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpserra authored Jul 23, 2021
1 parent 06f965a commit 54eaa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/ultest.vim
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ let g:ultest_custom_patterns = get(g:, "ultest_custom_patterns", {})

let g:ultest_patterns = extend({
\ "elixir#exunit": {
\ 'test': ["^\\s*test\\s+['\"](.+)['\"]\\s+do"],
\ 'test': ["^\\s*test\\s+['\"](.+)['\"](,\\s+%{.+})*\\s+do"],
\}
\ }, g:ultest_custom_patterns)

Expand Down

0 comments on commit 54eaa1b

Please sign in to comment.