I get Could not find ZenTest-4.6.0 in any of the sources When i\'m trying to migrate my database using bundle exec rake db:migrate
I just installed Zentest 4.4.6 which includes autotest 4.4.6 and when I run autotest I get the following error:
https://github.com/seattlerb/zentest/blob/master/lib/autotest/autoupdate.rb It\'s not documented and I开发者_StackOverflow中文版 can\'t find any discussion about it on the web.It runs the @@update_cm
I am trying to configure autotest so that when I run my test suite and I have a failing test, autotest stops testing and waits for me to make a change before testing again. With my current configurati
It would be nice to have some more control over autotest besides Ctrl+C, which reruns all specs. When using autotest within my Rails 3 project I often find myself waiting for some specs to finish, a
This seems like a very bizarre problem and believe me I\'ve done a lot of searching before posing the question here.I am using the latest version of Rails 3 and Rspec 2 with Ruby 1.9.2, and I can\'t g
I am following the tutorial on开发者_Python百科 railstutoiral.org and encounter the following error: \"ZenTest is not part of the bundle. Add it to Gemfile. (Gem::LoadError).\" I have ZenTest (4.4.2)
Sometimes after autotest runs specs and encounters an failure, it will immediately re-run all the specs in the project, which (a) I have no need for and (b) clears the terminal so I can\'t read the re
Autotest broke with rspec-rails 2.2.1 update. Now I can\'t get it working again.. .even after rolling back to rspec-rais 2.2.0.
I\'m trying to use autotest for Rails development. It\'s supposed to run my tests automatically. Here\'s my setup: