We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JonRowe
benoittgt
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 4a1d800 + f7ec401 commit b94b058Copy full SHA for b94b058
spec/rspec/rails/matchers/be_valid_spec.rb
@@ -40,7 +40,7 @@ def errors(_)
40
it "includes the error messages in the failure message" do
41
expect {
42
expect(post).to be_valid
43
- }.to raise_exception(/Title can't be blank/)
+ }.to raise_exception(/Title can.t be blank/)
44
end
45
46
it "includes the error messages for simple implementations of error messages" do
0 commit comments