autotest
How to set up autotest to rerun only failing rspec examples
My impression of how autotest is intended to work (based on the cucumber github wiki, and other stuff online) is that it should rerun red examples until they pass. My problem is that it reruns all exa[详细]
2023-04-13 08:55 分类:问答Autotest Error Message
Get the following error when I run autotest. The weird thing is that I don\'t have the folder /Library/Ruby/Gems/1.8/ but the folder /Library/Ruby/Gems/1.9.1/.[详细]
2023-04-11 21:38 分类:问答Advice on Rails and CI, how often does this run exactly? or what is common practice
First off, is autotest and cruisecontrol performing the same sort of CI tasks?开发者_开发问答 I want to setup something that will run my unit tests, and also integration tests on my local MBP compute[详细]
2023-04-09 15:29 分类:问答How to change the default 'test' folder in Autotest with Ruby
My test folder is inside lib/foo/test instead of /test. How can I tell Autotest to look at lib/foo/test for the tests to run? I tried to add some hooks with mappings in the .autotest file b开发者_Stac[详细]
2023-04-04 02:48 分类:问答Compare Pros and Cons of Autofeature/autotest vs Guard?
Does anyone have any concrete reasoning for using one autotesting runner over another?I\'ve used both Autofeature+autotest, I really like the built-in process that this sets up in that it runs my rspe[详细]
2023-03-31 13:59 分类:问答autotest does not work with rspec shared examples
My tests look like this: <<< spec/models/user_shared.rb shared_examples_for \"a user\" do end <<< spec/models/worker_spec.rb[详细]
2023-03-31 07:57 分类:问答How do you test dates in ruby on rails 3 with rspec?
Say for instance I have a datefield or 3 select fields for day month and yea.. How does the final selection of date get sent to the database? or in what format doesn\'t it get sent?[详细]
2023-03-26 18:41 分类:问答Autotest responds slowly with Spork and Rspec under Rails 3.0.9
It\'s all working, but slowly. I know that Spork is working, because rspec spec/ produces a response in under two seconds, and I know Autotest is working, since it eventually produces an appropriate[详细]
2023-03-26 18:10 分类:问答RSpec autotest and bundler
The RSpec documentation says that you should require \"autotest/bundler\" so that autotest will automtatically prepend bundle exec when you run it.Sounds nice, but I\'ve insta开发者_如何学编程ll autot[详细]
2023-03-22 16:42 分类:问答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 分类:问答