search for: rails_spec_runner

Displaying 3 results from an estimated 3 matches for "rails_spec_runner".

2006 Sep 06
3
DRb error when using rails_spec on OS X
Hi, all- I started playing with RSpec in a new Rails app. I''ve installed the plugin and bootstrapped it, and run ''script/rails_spec_runner'' (not rails_spec_server as the website currently reads, btw) in a separate shell, then in another shell I run ''script/rails_spec'' and get the following: /usr/local/lib/ruby/1.8/drb/drb.rb:837:in `getaddrinfo'': getaddrinfo: No address associated with nodename (So...
2006 Aug 22
0
ANN: RSpec 0.6.1
Hi all Go grab the latest release of RSpec (gem install rspec). It has 9 bug fixes and some extra features, most notably a working rails_spec_runner, which allows you to run your Rails specs *fast*. Release notes: http://rubyforge.org/frs/shownotes.php?release_id=6590 Cheers, The RSpec team
2006 Sep 05
0
Reloading dependencies in Edge Rails?
...inging it in, it ain''t Dependencies. I''ve tried explicitly doing a require_dependency on both Hark and Hark::Mixins, and neither one is helping. How can I get these to be brought in via Dependencies so they can be auto-reloaded when they change? I''m using rspec with its rails_spec_runner, so it''s much faster to test when I don''t have to reload the rails environment with each change. Jay Levitt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To...