We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9652b4 commit b73bc40Copy full SHA for b73bc40
spec/cobhan_spec.rb
@@ -65,7 +65,7 @@ def self.add_int32(first, second)
65
expect {
66
CobhanApp.add_int32(1, 2)
67
}.to raise_error(NoMethodError) do |e|
68
- expect(e.message).to include("undefined method `addInt32'")
+ expect(e.message).to include("undefined method `addInt32'").or include("undefined method 'addInt32'")
69
end
70
71
CobhanApp.load_library(
0 commit comments