search for: railsrspec

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

Did you mean: rails_rspec
2008 Jan 11
5
changes in rspec''s trunk and autotest
...39;s hooks to extend/modify it''s behaviour. Previously, subclasses got loaded after .autotest, causing changes to test_mappings and exceptions to be overridden. With the next release, the load order is corrected so anything in .autotest will be processed after Autotest::Rspec or Autotest::RailsRspec is loaded. I committed changes to RSpec''s trunk r3220 that will break your current autotest configuration. If it does, you can apply this patch (http://pastie.caboo.se/138024) to your local copy of ZenTest (assuming you''re up to 3.7.2) and all should be right with the world. Aga...
2009 Mar 22
1
Problem running autotest in rails 2.3
...3 I get a NoMethodError. Here is what I see: Sat Mar 21 20:47 /b/tmp/myfc23 maco$ Sat Mar 21 20:47 /b/tmp/myfc23 maco$ autotest loading autotest/rails_rspec ./vendor/plugins/rspec/lib/autotest/rspec.rb:24:in `initialize'': undefined method `failed_results_re='' for #<Autotest::RailsRspec:0x1205b88> (NoMethodError) from /pt/r1/lib/ruby/gems/1.8/gems/ZenTest-3.8.0/lib/autotest.rb:126:in `new'' from /pt/r1/lib/ruby/gems/1.8/gems/ZenTest-3.8.0/lib/autotest.rb:126:in `run'' from /pt/r1/lib/ruby/gems/1.8/gems/ZenTest-3.8.0/bin/autotest:48...
2007 Sep 25
4
Autotest with RSpec Rails and Engines
...directory? is there some way of configuring using a .autotest file? The tests_for_file method did not seem to be what I wanted in that it determines the spec to run for a file where I want to determine the files themselves? It would seem that the initialize method of the class Autotest::RailsRspec sets up where it is finding the tests, yes? And is it here that I should be looking to change? And pointers would be appreciated. Cheers Shane -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070925/8bb00...