method
rspec_output
rspec latest stable - Class:
Autotest::AutotestHelper
rspec_output()public
No documentation available.
# 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