search for: spec_distributed

Displaying 5 results from an estimated 5 matches for "spec_distributed".

2007 Oct 27
2
spec_distributed with rails
Is this the appropriate place to talk about spec_distributed? If not, I''ll post the spec-ext (seemingly dead) mailing list on rubyforge... I was able to run a non-rails project with Spec::Distributed::RindaSlaveRunner (and RindaMasterRunner). But I''m stumped on how to do it with a rails project, when I have rspec trunk installe...
2008 Feb 02
9
deep test with rspec?
All, Has anyone on this list tried to use DeepTest[1] with rspec? My initial attempts have failed so I would be really interested if someone has figured it out. Thanks. -Ben 1. http://www.somethingnimble.com/bliki/deep-test
2007 Jul 26
5
Coding standards and whitespace
...ller.rb rspec_on_rails/spec_resources/controllers/redirect_spec_controller.rb rspec_on_rails/spec_resources/controllers/render_spec_controller.rb rspec_on_rails/spec_resources/controllers/rjs_spec_controller.rb rspec_on_rails/spec_resources/helpers/explicit_helper.rb rspec_on_rails/tasks/rspec.rake spec_distributed/lib/spec/distributed/master_runner.rb spec_distributed/lib/spec/distributed/slave_runner.rb spec_distributed/Rakefile spec_distributed/README.txt spec_distributed/setup.rb spec_ui/examples/selenium/Rakefile spec_ui/examples/selenium/spec/spec_helper.rb spec_ui/examples/watir/Rakefile spec_ui/exampl...
2007 Oct 04
16
Spec/Test Speed
Just wanted to pick some smart people about this topic: What are you guys doing to increase the speed of your specs? I''m a big fan of autotest, but right now my current project has 438 specs (for rails). Most of them are in the model, and for all of them we are hitting the database (they are more functional specs than unit-tests). The whole suite takes 112 seconds (meaning the
2007 Jul 31
11
helper spec not finding rails core helpers
Hi, My helper specs were going ok until I added a call to a rails DateHelper method in one of my helpers http://api.rubyonrails.com/classes/ActionView/Helpers/ DateHelper.html#M000574 The helper runs fine from my view templates, just dies in the spec test. I boiled my question down to a simple (not too useful) example. I''m not sure what I''m missing. #