Flowdock
method

rspec_output

Importance_0
1.1.4 - Show latest stable - 0 notes - Class: Autotest::AutotestHelper
rspec_output() public

No documentation

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

Hide source
# File spec/autotest/rspec_spec.rb, line 6
    def rspec_output
      ".............PPF\n\n1)\n'false should be false' FAILED\nexpected: true,\ngot: false (using ==)\n./spec/autotest/rspec_spec.rb:203:\n\nFinished in 0.158674 seconds\n\n16 examples, 1 failure, 2 pending\n\nPending:\nAutotest::Rspec handling failed results should return an array of failed examples and errors (TODO)\nAutotest::Rspec tests/specs for a given file should find all the specs for a given file (TODO)\n"
    end
Register or log in to add new notes.