test/fixtures/sample.rb in
coverband-4.2.7
vs test/fixtures/sample.rb in
coverband-5.0.0.rc.3
- old
+ new
@@ -1,8 +1,8 @@
# Foo class class Foo def initialize
- @foo = 'baz'
+ @foo = "baz"
end def bar @foo end