spork
Spork is not speeding up my tests
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[详细]
2023-03-18 22:45 分类:问答Zentest - How to stop automatic testing when red
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[详细]
2023-03-13 20:56 分类:问答Running Spork for rails on linux using Virtual Box - Port in use error
On Ubuntu 11.0.4 and Fedora: I\'m getting a \"Address already in use - bind(2) (Errno::EADDRINUSE)\" error while using spork.[详细]
2023-03-12 19:58 分类:问答Spork Capybara, config.cache_classes conflict
I\'m try开发者_JAVA技巧ing to setup Spork and Capybara with TestUnit, and am running into a test.rb config problem.[详细]
2023-03-12 15:06 分类:问答Using Pickle with spork?
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:[详细]
2023-03-09 14:31 分类:问答Error while trying to make my rspec 1.2 tests go faster on JRuby and Rails 2.3.10 using nailgun and spork
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.[详细]
2023-03-06 13:21 分类:问答Force to reload application_controller on each run with Spork
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[详细]
2023-03-06 03:22 分类:问答Spork and cache_classes problem with rspec, factory_girl and datamapper
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.[详细]
2023-03-03 03:49 分类:问答How to Send RubyMine Notifications to Growl?
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[详细]
2023-02-24 20:53 分类:问答Configuration error with Spork?: `require': no such file to load
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.[详细]
2023-02-22 05:08 分类:问答