On 20 November 2010 20:11, Colin Law <clan...@googlemail.com> wrote:
> What happens if you run one of the tests explicitly, for example
> ruby -I test test/unit/comment_test.rb
>
> Otherwise I am getting out of my depth I think.  Can anyone else
> suggest what the problem may be?

>From the stack trace, it does look like it's failing at story_test
(unless that list of test files includes every single test in the
directory...).
As an extension of Colin's suggestion to run one test; what if you
remove the story_test.rb file from the directory to test running
everything *apart* from that.

If it works without the story_test, I'd guess there's something in
there that's making it not parse...

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to