zentest
Could not find ZenTest-4.6.0 in any of the sources
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[详细]
2023-04-12 20:13 分类:问答autotest problem
I just installed Zentest 4.4.6 which includes autotest 4.4.6 and when I run autotest I get the following error:[详细]
2023-03-22 06:10 分类:问答What does the autotest autoupdate module do?
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[详细]
2023-03-16 18:50 分类:问答Zentest - How to stop automatic testing when red
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[详细]
2023-03-13 20:56 分类:问答Hotkeys for Ruby Autotest
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[详细]
2023-02-09 04:21 分类:问答How can I get autotest to keep running my specs after failures without stopping?
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[详细]
2023-02-08 13:01 分类:问答ZenTest Error in Rails
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)[详细]
2023-02-08 04:32 分类:问答Why does autotest sometimes re-run all specs immediately after a failure?
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[详细]
2023-02-07 23:22 分类:问答Autotest: "Could not run tests". But nothing in the log
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.[详细]
2023-01-28 22:26 分类:问答Why isn't autotest working?
I\'m trying to use autotest for Rails development. It\'s supposed to run my tests automatically. Here\'s my setup:[详细]
2023-01-28 14:41 分类:问答