rspec-coverage #22

Merged
bucky merged 13 commits from rspec-coverage into master 2023-10-12 23:49:49 -07:00
Showing only changes of commit b08693e866 - Show all commits
+1 -1
View File
@@ -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