autotest
How do I troubleshoot autotest infinite loop problems?
I\'m using cucumber, rails3, rspec2 and autotest. I\'m trying to figure out why my features are infinitely looping. I suspect it some file being changed during the tests but I\'m not sure which one. I[详细]
2023-01-06 10:09 分类:问答no such file to load -- rspec/autorun (LoadError)
attempting to use rspec2, rails3, and autotest. When running autotest I get stuck with the following:[详细]
2023-01-06 09:15 分类:问答Test::Unit 2.x tests run from rake but fail from autotest
I\'m having problems running my Rails unit tests via autotest using Test::Unit 2.0.6. Running tests via rake test:units works perfectly, but when I run the tests from autotest, I get this:[详细]
2023-01-03 20:19 分类:问答how to tell autotest to correctly track changes in app source?
I want to get autotest to run Steak acceptance tests whenever one of my rails app\'s relevant files is changed. After studying Rspec\'s and Cucumber\'s own autotest configs, I\'m trying the following[详细]
2023-01-02 20:26 分类:问答have you and how do you do C++ autotest?
As far as autotest is concerned,开发者_如何学JAVA how do you do autotest for C++ programs? are there any autotest framework that can be utilized to do unit test and integration test?Are you talking Au[详细]
2022-12-31 22:45 分类:问答Autotest, Shoulda, Ruby - The Setup?
I am trying to get the whole setup working with Autotest/Growl/Shoulda on my Mac to test a gem I\'m working on for Authlogic.I\'ve used RSpec in the past quite a bit but would like to switch to Should[详细]
2022-12-29 22:25 分类:问答Excluding a folder from autotesting
I\'ve just installed a ZenTest to use autotest in my project. I use rspec and have an integration folder inside it. As I don\'t want all my integration tests run every single time I start autospec , s[详细]
2022-12-27 23:48 分类:问答invalid option: --autospec
/usr/local/bin/ruby -rrubygems -e \"require \'redgreen\'\"/usr/local/lib/ruby/gems/1.8/gems/rspec-1.3.0/bin/spec --autospec 开发者_Python百科<files_here> -O spec/spec.opts[详细]
2022-12-27 13:30 分类:问答rspec, autotest and Rails 3 beta 2 can't find executable issue
I am running Rails 3 Beta2 and attempting to get Autotest working with rspec. When I run autospec, I receive the following message:[详细]
2022-12-26 03:48 分类:问答How can I tell autotest to not rerun all tests unless I explicitly tell it to?
Autotest will rerun all tests every time my tests start passing when th开发者_StackOverflowey were failing. I have a lot of tests, and for reasons I won\'t go into, rerunning all of them is painfully[详细]
2022-12-26 01:48 分类:问答