lib/ocrunner/test_error.rb in ocrunner-0.3.2 vs lib/ocrunner/test_error.rb in ocrunner-0.4.0
- old
+ new
@@ -1,7 +1,7 @@
module OCRunner
- # Container for test failures info
+ # Container for test failure info
class TestError < Struct.new(:path, :line, :message)
end
end
\ No newline at end of file