We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213bdfe + c30c5d7 commit 21bbf5aCopy full SHA for 21bbf5a
railties/test/application/configuration_test.rb
@@ -2893,7 +2893,7 @@ class Post < ActiveRecord::Base
2893
error = assert_raises(StandardError) do
2894
Post.lease_connection.add_index :posts, :non_existent
2895
end
2896
- assert_match(/no such column: non_existent/, error.message)
+ assert_match(/no such column: "?non_existent"?/, error.message)
2897
2898
2899
test "ActiveSupport::MessageEncryptor.use_authenticated_message_encryption is true by default for new apps" do
0 commit comments