I didn't know that the tests rely on mocha. So sudo gem install mocha did
the trick. :)

φ


On Wed, Oct 7, 2009 at 07:49, taryneast <taryne...@gmail.com> wrote:

>
> silly question but...
>
> sudo gem install mocha
>
> ?
>
> I know that caught me the first time I tried to run the test suite. :P
>
> Cheers,
> Taryn
>
> On Oct 7, 12:00 am, Philippe Creux <pcr...@gmail.com> wrote:
> > Hi all,
> >
> > I have few patches for active resource I would like to publish but I
> > can't get the test suite passing.
> >
> > In: rails/activeresource (2-3-stable)
> > Running: rake test
> > Got the following:
> >   1) Error:
> > test_exists_without_http_mock(BaseTest):
> > NoMethodError: undefined method `any_instance' for
> > ActiveResource::Connection:Class
> >     ./test/base_test.rb:986:in `test_exists_without_http_mock'
> >
> >   2) Error:
> > test_accept_http_header(ConnectionTest):
> > NoMethodError: undefined method `mock' for #<ConnectionTest:
> > 0x7f4c3e0e5010>
> >     ./test/connection_test.rb:203:in `test_accept_http_header'
> >
> >   3) Error:
> > test_ssl_error(ConnectionTest):
> > NoMethodError: undefined method `expects' for
> > #<ActiveResource::Connection:0x7f4c3e260840>
> >     ./test/connection_test.rb:223:in `test_ssl_error'
> >
> >   4) Error:
> > test_timeout(ConnectionTest):
> > NoMethodError: undefined method `mock' for #<ConnectionTest:
> > 0x7f4c3e0e49a8>
> >     ./test/connection_test.rb:185:in `test_timeout'
> >
> > It would be great if someone could help me. :)
> >
> > Cheers,
> >
> > Philippe
> >
>

--~--~---------~--~----~------------~-------~--~----~
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