We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25be7a2 commit 1771ccbCopy full SHA for 1771ccb
1 file changed
test/scientist/observation_test.rb
@@ -80,7 +80,7 @@
80
refute x.equivalent_to?(y)
81
end
82
83
- FirstErrror = Class.new(StandardError)
+ FirstError = Class.new(StandardError)
84
SecondError = Class.new(StandardError)
85
86
it "compares exception classes" do
0 commit comments