Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7615

Show
Ignore:
Timestamp:
09/24/07 18:01:09 (1 year ago)
Author:
nzkoz
Message:

Fix ARes tests under jruby. [tom.enebo@gmail.com]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activeresource/test/base_test.rb

    r7143 r7615  
    224224    assert matz.respond_to?(:name=) 
    225225    assert matz.respond_to?(:name?) 
    226     assert !matz.respond_to?(:java
     226    assert !matz.respond_to?(:super_scalable_stuff
    227227  end 
    228228