Guest User

Untitled

a guest
Jan 4th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. >bundle exec guard
  2. Please add the following to your Gemfile to avoid polling for changes:
  3. gem 'wdm', '>= 0.1.0' if Gem.win_platform?
  4. 19:54:44 - INFO - Run 'gem install win32console' to use color on Windows
  5. 19:54:45 - INFO - Guard::Test 2.0.8 is running, with Test::Unit 3.2.7!
  6. 19:54:45 - INFO - Running all tests
  7. test/controllers/brokers_controller_test.rb:1:in `require': cannot load such file -- test_helper (LoadError)
  8. from test/controllers/brokers_controller_test.rb:1:in `<top (required)>'
  9. from -e:1:in `load'
  10. from -e:1:in `block in <main>'
  11. from -e:1:in `each'
  12. from -e:1:in `<main>'
  13. [1] guard(main)> Guard is now watching at ...
  14.  
  15. >head -1 test/controllers/brokers_controller_test.rb
  16. require 'test_helper'
  17.  
  18. >rails test test/controllers/brokers_controller_test.rb
  19. Run options: --seed 56448
  20.  
  21. # Running:
  22.  
  23. .......
  24.  
  25. Finished in 41.778710s, 0.1675 runs/s, 0.2394 assertions/s.
  26.  
  27. 7 runs, 10 assertions, 0 failures, 0 errors, 0 skips
Add Comment
Please, Sign In to add comment