spec/coveralls/fixtures/app/models/house.rb in coveralls_reborn-0.12.0 vs spec/coveralls/fixtures/app/models/house.rb in coveralls_reborn-0.13.0

- old
+ new

@@ -1,10 +1,10 @@ # Foo class class Foo def initialize @foo = 'baz' end - + def bar @foo end -end \ No newline at end of file +end