lib/cucumber/formatter/junit.rb in cucumber-4.0.0.rc.3 vs lib/cucumber/formatter/junit.rb in cucumber-4.0.0.rc.4
- old
+ new
@@ -237,9 +237,9 @@
def duration(duration, *)
duration.tap { |dur| @test_case_duration = dur.nanoseconds / 10**9.0 }
end
- def embed(*) end
+ def attach(*) end
end
end
end