diff --git a/features/step_definitions/engine/clearance_steps.rb b/features/step_definitions/engine/clearance_steps.rb index b4b07bfed..7f7f317b7 100644 --- a/features/step_definitions/engine/clearance_steps.rb +++ b/features/step_definitions/engine/clearance_steps.rb @@ -32,7 +32,7 @@ end When /^I sign in (?:with|as) "([^"]*)"$/ do |email| - When %{I sign in with "#{email}" and "password"} + step %{I sign in with "#{email}" and "password"} end When /^I sign in (?:with|as) "([^"]*)" and "([^"]*)"$/ do |email, password|