Skip to content

Commit

Permalink
1.8.7 regexps don't work the same way 1.9's do
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Dec 12, 2010
1 parent b92acde commit 9526037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/rspec_steps.rb
@@ -1,4 +1,4 @@
Then /^the example(s)? should( all)? pass$/ do |*|
Then /^the example(s)? should( all)? pass$/ do |_,_|
Then %q{the exit status should be 0}
Then %q{the output should contain "0 failures"}
end
Expand Down

0 comments on commit 9526037

Please sign in to comment.