We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56d3c7 commit 9cfc3eaCopy full SHA for 9cfc3ea
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