Displaying 3 results from an estimated 3 matches for "find_files_to_test".
2008 Jul 03
0
Error on Autotest start
...nd had a problem. I went back to 3.5.0 and
it worked. I stayed there until moving to rails 2.1. I again updated my gems
and got 3.10. This one had the same problem. This time I need to figure out
what is wrong. Here is what I get:
/Library/Ruby/Gems/1.8/gems/ZenTest-3.10.0/lib/autotest.rb:394:in
`find_files_to_test'': undefined method `values'' for #<Array:0x18b2530>
(NoMethodError)
from
/Library/Ruby/Gems/1.8/gems/ZenTest-3.10.0/lib/autotest.rb:239:in
`run_tests''
from
/Library/Ruby/Gems/1.8/gems/ZenTest-3.10.0/lib/autotest.rb:228:in
`get_to_green''...
2007 May 30
18
autotest and rspec_on_rails not happy
...9;
from /usr/local/lib/ruby/gems/1.8/gems/ZenTest-3.6.0/lib/
autotest.rb:395:in `tests_for_file''
from ./vendor/plugins/rspec/lib/autotest/rspec.rb:19:in
`tests_for_file''
from /usr/local/lib/ruby/gems/1.8/gems/ZenTest-3.6.0/lib/
autotest.rb:319:in `find_files_to_test''
from /usr/local/lib/ruby/gems/1.8/gems/ZenTest-3.6.0/lib/
autotest.rb:318:in `each''
from /usr/local/lib/ruby/gems/1.8/gems/ZenTest-3.6.0/lib/
autotest.rb:318:in `find_files_to_test''
from /usr/local/lib/ruby/gems/1.8/gems/ZenTest-3.6.0/lib/...
2007 Oct 31
6
Autotest busted with Rspec/Rails trunk
Just upgraded to latest rails and rspec builds and my autotest doesnt
work
undefined method `before'' for Spec::Rails::DSL::RailsExample:Class
(NoMethodError)
Here''s the full trace:
http://pastie.caboo.se/112754
Any ideas?
--
Posted via http://www.ruby-forum.com/.