On Feb 11, 5:01 am, Chad Woolley <thewoolley...@gmail.com> wrote:
> On Tue, Feb 10, 2009 at 4:46 PM, Nick Hoffman <n...@deadorange.com> wrote:
>
> > Are the Railties tests current and passing at the moment? I ask
> > because I found an old thread saying that they're neglected [1], but I
> > can't find any recent discussions.
> > -Nick
>
> > [1]http://tinyurl.com/acuhkr
>
> Well, SOME of them are running and passing as of right now.  
> Seehttp://ci.rubyonrails.org/builds/rails, open Build Log, and search
> for RailTies.  Look in /ci/ci_setup_notes.txt for a procedure to
> reproduce a working test environment.
>
> -- Chad

Thanks, Chad. After reading through that, I'm wondering how one should
run a specific RailTies test file, rather than the entire suite.

This approach seems to work, but spits out 39 warnings for me:
rails/railties$ rake regular_test TEST=test/initializer_test.rb

This approach fails:
rails/railties$ ruby test/initializer_test.rb
test/initializer_test.rb:1:in `require': no such file to load --
abstract_unit (LoadError)
        from test/initializer_test.rb:1

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

Reply via email to