I\'m going through the Rails Tutorial by Michael Hartl and am not having any luck getting autotest working.
I\'m using 开发者_如何学JAVARVM, and when I attempt to install autotest with: rvmsudo gem install autotest
I am going through Hartl\'s rails tutorial开发者_运维技巧 and the autotest is no longer running newly written tests. I write a new test and it will not be reflected in autotest. Autotest still runs an
https://github.com/seattlerb/zentest/blob/master/lib/autotest/autoupdate.rb It\'s not documented and I开发者_StackOverflow中文版 can\'t find any discussion about it on the web.It runs the @@update_cm
I have a section of my test suite which runs a bunch of really slow importers. These tests don\'t need to be run often (unless the importers are actually being worked on) so I\'ve split them out using
I am trying to configure autotest so that when I run my test suite and I have a failing test, autotest stops testing and waits for me to make a change before testing again. With my current configurati
I\'m using Ruby 1.9.2 and Rails 3.0.7 on Mac OS X 10.6.7. I have had the most terrible time getting growl to display autotest notifications.I have autotest installed and working perfectly.
I am totally new to RoR. I am following Michael Hartl\'s book. I am not able to make autotest run. Please suggest what\'s goi开发者_高级运维ng wrong and a solution to fix it.
This question is probably pretty stupid/n00bish/inappropriate/localised/sparkly cake, so downvote all you like as long as I get the answer, as I wish very much to be able to go through the koans. :)
I\'m trying to setup autotest with RSpec.Never had a problem before, but when I run rspec --configure autotest, I get the following error/trace: