Module: RSpec::Hermetic::Minitest::TestMethods
- Defined in:
- lib/rspec/hermetic/minitest.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
51 52 53 54 55 56 |
# File 'lib/rspec/hermetic/minitest.rb', line 51 def run result = nil example = Example.new(self, proc { result = super() }) RSpec::Hermetic.minitest_runner.call(example, self) result end |