We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fa4a4 commit 8864f94Copy full SHA for 8864f94
spec/core_ext/string/to_i_with_method_spec.rb
@@ -33,7 +33,7 @@
33
end
34
35
it 'raises NoMethodError on private methods' do
36
- expect { "1.raise".to_i_with_method }.to raise_error(NoMethodError, /private method `raise' called/)
+ expect { "1.raise".to_i_with_method }.to raise_error(NoMethodError, /private method [`']raise' called/)
37
38
39
0 commit comments