actually get it working with modern rspec
This commit is contained in:
parent
2c79435c2f
commit
15dbca2ee3
@ -3,15 +3,6 @@ module RSpec
|
|||||||
module Core
|
module Core
|
||||||
module Formatters
|
module Formatters
|
||||||
class HydraFormatter < ProgressFormatter
|
class HydraFormatter < ProgressFormatter
|
||||||
def example_passed(example)
|
|
||||||
end
|
|
||||||
|
|
||||||
def example_pending(example)
|
|
||||||
end
|
|
||||||
|
|
||||||
def example_failed(example)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Stifle the post-test summary
|
# Stifle the post-test summary
|
||||||
def dump_summary(duration, example, failure, pending)
|
def dump_summary(duration, example, failure, pending)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user