diff --git a/features/step_definitions/rspec_steps.rb b/features/step_definitions/rspec_steps.rb index ad92427deb..93149cf708 100644 --- a/features/step_definitions/rspec_steps.rb +++ b/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