Skip to content

Commit

Permalink
adicionados snippets para capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomaiavieira committed Jun 4, 2012
1 parent acb3f7b commit 9891320
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Packages/User/capybara-feature.sublime-snippet
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
feature '${1:description}' do
$0
end
]]></content>
<tabTrigger>feature</tabTrigger>
<scope>source.ruby</scope>
</snippet>
9 changes: 9 additions & 0 deletions Packages/User/capybara-scenario.sublime-snippet
@@ -0,0 +1,9 @@
<snippet>
<content><![CDATA[
scenario '${1:description}' do
$0
end
]]></content>
<tabTrigger>scenario</tabTrigger>
<scope>source.ruby</scope>
</snippet>

0 comments on commit 9891320

Please sign in to comment.