Created
June 22, 2011 14:58
-
-
Save spastorino/1040272 to your computer and use it in GitHub Desktop.
turn.output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ financial git:(master) ✗ rake | |
| Loaded suite /Users/santiago/.rvm/gems/ruby-head@global/gems/rake-0.9.2/lib/rake/rake_test_loader | |
| Started | |
| Finished in 0.004258 seconds. | |
| 0 tests, 0 assertions, 0 failures, 0 errors, 0 skips | |
| Loaded suite /Users/santiago/.rvm/gems/ruby-head@global/gems/rake-0.9.2/lib/rake/rake_test_loader | |
| Started | |
| AccountsControllerTest: | |
| should create account (0.04s) | |
| should destroy account (0.00s) | |
| should get edit (0.00s) | |
| should get index (0.00s) | |
| should get new (0.00s) | |
| should show account (0.00s) | |
| should update account (0.00s) | |
| Finished in 0.047458 seconds. | |
| 7 tests, 0 assertions, 0 failures, 7 errors, 0 skips | |
| Errors running test:functionals! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment