Flowdock
method

test_finished_with_rspec

Importance_0
test_finished_with_rspec(name) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/interop/test/unit/ui/console/testrunner.rb, line 31
          def test_finished_with_rspec(name)
            test_finished_without_rspec(name)
            @ran_test = true
          end
Register or log in to add new notes.