autotest
Getting Autotest to work with Cucumber
I\'m trying to setup autotest to work with cucumber but despite following the tutorials it always finishes with:[详细]
2023-02-16 16:08 分类:问答Spork is repeatedly re-running failing tests in autotest
I have a new project that I am trying to get up and running with rspec, autotest and spork. I am using:[详细]
2023-02-13 10:47 分类:问答Automated Testing with Javascript for any web app - need more suggestions and ideas
BACKGROUND: I\'ve been looking for auto-testing tools for my web-app developed in C# having AJAX. I tried to find some tools but some were complex, some were paid and some would not allow me to tweak[详细]
2023-02-13 03:21 分类:问答Why don't spec/controller/pages_controller_spec.rb tests get triggered when I modify html.erb pages?
Summary of question: Is autotest supposed to \'trigger\' any of my /pages_controller_spec.rb tests when I change any of the pages referenced in the file?[详细]
2023-02-11 12:26 分类:问答RSpec Error - "Invalid Option"
I keep getting an issue when running RSpec with Autotest. My ~/.autotest file looks like this: require \'autotest/growl\'[详细]
2023-02-10 10:03 分类:问答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 分类:问答RSpec + Autotest Error on Mac OS X
I\'m trying to run the command \'bundle exec autotest\' in Terminal. I can get RSpec working if I use \'bundle exec rspec spec/\', but I can\'t get autotest (the first command) running. Unfortunately,[详细]
2023-02-08 10:10 分类:问答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 分类:问答ruby on rails tutorial TDD "Email has already been taken"
I have been going through Michael Hartl\'s tutorial http://railstutorial.org/ and for the most part it has been a huge help in getting started with Rails. The book is very focused on TDD, which is gre[详细]
2023-02-06 22:44 分类:问答