Skip to content

Commit

Permalink
Add capybara’s ‘background’ keyword
Browse files Browse the repository at this point in the history
`background` is an alias for `before`.
  • Loading branch information
elia committed Oct 23, 2014
1 parent 6b47503 commit b076474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/RSpec.tmLanguage
Expand Up @@ -52,7 +52,7 @@
<array>
<dict>
<key>match</key>
<string>(?&lt;!\.)\b(before|after|around)\b(?![?!])</string>
<string>(?&lt;!\.)\b(before|after|around|background)\b(?![?!])</string>
<key>name</key>
<string>keyword.other.rspec</string>
</dict>
Expand Down

0 comments on commit b076474

Please sign in to comment.