spec/coveralls/fixtures/app/controllers/sample.rb in coveralls-0.8.3 vs spec/coveralls/fixtures/app/controllers/sample.rb in coveralls-0.8.5
- old
+ new
@@ -1,10 +1,12 @@
# Foo class
class Foo
def initialize
@foo = 'baz'
end
-
+
+ # :nocov:
def bar
@foo
end
-end
\ No newline at end of file
+ # :nocov:
+end