Skip to content

Commit

Permalink
Fixed incorrect combination of non-transactional tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael MacDonald committed Jan 12, 2010
1 parent d28abe5 commit ccadb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/rails/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$__cucumber_global_use_txn = !!Cucumber::Rails::World.use_transactional_fixtures if $__cucumber_global_use_txn.nil?
end

Before('~@no-txn,~@selenium,~@culerity,~@javascript') do
Before('~@no-txn', '~@selenium', '~@culerity', '~@javascript') do
Cucumber::Rails::World.use_transactional_fixtures = $__cucumber_global_use_txn
end

Expand Down

0 comments on commit ccadb5d

Please sign in to comment.