Here is my problem: I have started spork on my Windows 7 and it just works fine (2 magazine_slave_service are setup -- after several attempts though). But when I run bundle exec rspec spec to execute
I have --drb set in my .rspec file, which means spork runs by default. If, however, I want to run through tests once without spork, I either have to modify my 开发者_如何学Python.rspec, or stop spork
I have the following spec_helper.rb file in my Rails 3.1 application.I am using Spork to load the environment faster for testing.All my tests worked prior to adding Spork to the mix.After a开发者_Stac
Im using cucumber with fork. I really like the run_all_when_everything_filtered on Rspec. that开发者_如何学运维 runs all the spec if there is no matching tag. Can I do this with cucumber. example in m
The same problem with rails tests as here, but on Mac OS X. And when I start specs next time, they hang on js specs until I close the browser manually. And those tests fail, I 开发者_Go百科need to re
I\'m running rspec on a rails 3.0 environment. We\'ve just switched to using sqlite3 in memory database for tests.
I\'ve been able to get RSpec, Cucumber, and Autotest to work against my Rails 3.1 Mountable Engine.Where things fall down is trying to integrate Spork into the mix.Spork runs fine, and my tests use Sp
It\'s all working, but slowly. I know that Spork is working, because rspec spec/ produces a response in under two seconds, and I know Autotest is working, since it eventually produces an appropriate
So on a Rails 3.0.9 app I\'m using Spork/Guard/RSpec/FactoryGirl on 1.9.2. I would like to know how can I get Spork/Guard to automatically update my factories and locales开发者_运维百科.for locales,
I\'m using Ruby 1.9.2, Rails 3.1, Rspec, Postgres and Spork, but I can\'t get them to play nic开发者_运维问答ely together.