I\'m using RSpec for my Rails 3 tests and trying to use Spork. I followed several tutorials and Spork seems to be running with no errors, but my tests still take the same amount of time to run (43 se
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
On Ubuntu 11.0.4 and Fedora: I\'m getting a \"Address already in use - bind(2) (Errno::EADDRINUSE)\" error while using spork.
I\'m try开发者_JAVA技巧ing to setup Spork and Capybara with TestUnit, and am running into a test.rb config problem.
Pickle doesn\'t seem to be loading for me when I\'m using spork... If I run my cucumber normally, the step works as expected:
I recently start using JRuby in my Rails 2.3 webapp. Since then, I have been experiencing slowness in my rspec tests... the test are taking too long to run since I switched to JRuby.
I am using Spork to speed up my RSpec tests. Unfortunately my application_controller.rb gets not reloaded on开发者_开发知识库 each run so that I have to restart Spork when modifying it. Is there a way
I\'ve got a problem with Spork test server. If I set config.cache_classes = false in config/environments/test.rb then specs start to rasie errors.
I\'m trying to figure out how to get RubyMine\'s console to send messages to growl. Specifically, since I run Rspec & Spork through RubyMine, I\'d like to get Growl notifications of how many tests
I\'m new to Ruby & Rails, and am currently working on the Rails Tutorial.Specifically I am currently working on the part of the book where I need to setup Spork.