method
rspec_output
1.1.4 -
Show latest stable
-
0 notes -
Class: Autotest::AutotestHelper
- 1.1.4 (0)
- 1.1.12
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
rspec_output()
public
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