diff --git a/lib/mutant/rspec/test.rb b/lib/mutant/rspec/test.rb index 3d7ac053..a79ec9e0 100644 --- a/lib/mutant/rspec/test.rb +++ b/lib/mutant/rspec/test.rb @@ -8,16 +8,6 @@ module Mutant PREFIX = :rspec - # Run test, return report - # - # @return [Report] - # - # @api private - # - def run - strategy.run(self) - end - end # Test end # Rspec end # Mutant diff --git a/lib/mutant/test.rb b/lib/mutant/test.rb index b658277f..1ff4d3cd 100644 --- a/lib/mutant/test.rb +++ b/lib/mutant/test.rb @@ -22,6 +22,16 @@ module Mutant end memoize :identification + # Run test, return report + # + # @return [Report] + # + # @api private + # + def run + strategy.run(self) + end + # Return expression # # @return [Expression]