Flowdock
tests_pass?() public

No documentation

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

Hide source
# File lib/spec/runner/heckle_runner.rb, line 66
        def tests_pass?
          success = @rspec_options.run_examples
          success
        end
Register or log in to add new notes.