remove the puts, don't print out the test result
This commit is contained in:
@@ -63,7 +63,7 @@ Then('I should be redirected to {string}') do |string|
|
|||||||
end
|
end
|
||||||
|
|
||||||
Then('The status code should be {int}') do |code|
|
Then('The status code should be {int}') do |code|
|
||||||
puts page.status_code.should eq(code)
|
page.status_code.should eq(code)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user