I\'m trying to setup autotest to work with cucumber but despite following the tutorials it always finishes with:
I have a new project that I am trying to get up and running with rspec, autotest and spork. I am using:
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
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?
I keep getting an issue when running RSpec with Autotest. My ~/.autotest file looks like this: require \'autotest/growl\'
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
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
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,
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
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