koz fixed it this morning.
On Sep 24, 8:08 am, Thomas E Enebo <tom.en...@gmail.com>
wrote:> When Java Integration support is loaded (which is very common) this
> test fails. Patch inline....
>
> -Tom
>
> Index: activeresource/test/base_test.rb
> ==================================================================> ---
activeresource/test/base_test.rb (revision 7611)
> +++ activeresource/test/base_test.rb (working copy)
> @@ -223,7 +223,7 @@
> assert matz.respond_to?(:name)
> assert matz.respond_to?(:name=)
> assert matz.respond_to?(:name?)
> - assert !matz.respond_to?(:java)
> + assert !matz.respond_to?(:java_luv)
> end
>
> def test_find_by_id_with_custom_prefix
--~--~---------~--~----~------------~-------~--~----~
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-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---