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
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/.
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
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
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
My tests look like this: <<< spec/models/user_shared.rb shared_examples_for \"a user\" do end <<< spec/models/worker_spec.rb
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?
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
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
I just installed Zentest 4.4.6 which includes autotest 4.4.6 and when I run autotest I get the following error: