diff --git a/features/step_definitions/steps.rb b/features/step_definitions/steps.rb index d1581a3..04262a8 100644 --- a/features/step_definitions/steps.rb +++ b/features/step_definitions/steps.rb @@ -63,7 +63,7 @@ Then('I should be redirected to {string}') do |string| end Then('The status code should be {int}') do |code| - puts page.status_code.should eq(code) + page.status_code.should eq(code) end