Skip to content

Commit

Permalink
if
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Dec 8, 2009
1 parent e67e5d4 commit 7d3d697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/feature/templates/feature.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feature: Manage <%= plural_name %>
<% keyword = 'And' -%>
<% end -%>
<% File.file?('features/support/capybara.rb') -%>
<% if File.file?('features/support/capybara.rb') -%>
# Rails generates delete links that use Javascript to do a HTTP
# POST request (emulated DELETE request). Capybara must use Culerity
# for such scenarios and turn off transactions. Turning off transactions
Expand Down

0 comments on commit 7d3d697

Please sign in to comment.