• Adam Cozzette's avatar
    Fixed Ruby tests for JRuby 1.7 · 65479cb7
    Adam Cozzette authored
    This makes a couple of changes to fix the tests for JRuby 1.7:
    - Avoid using assert_false since that assertion seems not to exist in
      older versions
    - Disable a test related to respond_to? for JRuby. It's hard to tell
      what is going wrong here but it looks like probably a JRuby bug that
      has been fixed in more recent versions.
    65479cb7
basic.rb 36.2 KB