Flowdock
method

exit?

Importance_0
1.1.12 - Show latest stable - 0 notes - Class: Spec::Runner
exit?() public

No documentation

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

Hide source
# File lib/spec/runner.rb, line 81
      def exit?
        !test_unit_defined? || Test::Unit.run?
      end
Register or log in to add new notes.