You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>bundle exec guard
Please add the following to your Gemfile to avoid polling for changes:
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
19:54:44 - INFO - Run 'gem install win32console' to use color on Windows
19:54:45 - INFO - Guard::Test 2.0.8 is running, with Test::Unit 3.2.7!
19:54:45 - INFO - Running all tests
test/controllers/brokers_controller_test.rb:1:in `require': cannot load such file -- test_helper (LoadError)
from test/controllers/brokers_controller_test.rb:1:in `<top (required)>'
from -e:1:in `load'
from -e:1:in `block in <main>'
from -e:1:in `each'
from -e:1:in `<main>'
[1] guard(main)> Guard is now watching at ...
https://stackoverflow.com/questions/48105845/cannot-run-guard-test-require-cannot-load-such-file-test-helper-loaderro
I installed
guard-test
but it won't run.That is the first line in the test, in all tests:
Rails test works fine:
My
Guardfile
is the default fromguard init test
.Rails 5.0.2, Windows
The text was updated successfully, but these errors were encountered: