lib/quarry/runner/context.rb in quarry-0.5.0 vs lib/quarry/runner/context.rb in quarry-0.5.2
- old
+ new
@@ -11,10 +11,10 @@
@spec = spec
extend self
end
def inspect
- @spec.file
+ "##{@spec.file}"
end
end #class Context
end #module Spec