Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the build on JRuby 1.6.0 - this brings it down to 2 failures #341

Closed
wants to merge 6 commits into from

Commits on Mar 23, 2011

  1. Added ruby-debug to the gem file and excluded on JRuby the test writt…

    …en for rspec#195 that was causing the build to hang
    kaiwren committed Mar 23, 2011
    Configuration menu
    Copy the full SHA
    dbb9b6a View commit details
    Browse the repository at this point in the history
  2. The HTML formatter output for JRuby is now almost identical to that o…

    …f CRuby 1.8.7 except for one small issue. One more broken test on JRuby now fixed.
    kaiwren committed Mar 23, 2011
    Configuration menu
    Copy the full SHA
    f5b5a49 View commit details
    Browse the repository at this point in the history
  3. Inadvertently left out the suffix that loads the jruby specific html …

    …file, putting it back in
    kaiwren committed Mar 23, 2011
    Configuration menu
    Copy the full SHA
    4ec2176 View commit details
    Browse the repository at this point in the history
  4. Copying over the 1.8.7 textmate formatted html into the 1.8.7 JRuby f…

    …ile fixes another test
    kaiwren committed Mar 23, 2011
    Configuration menu
    Copy the full SHA
    5c19f28 View commit details
    Browse the repository at this point in the history
  5. Updated comments on formatter_specs.rb with link to the JRuby issue w…

    …hich makes the workaround necessary
    kaiwren committed Mar 23, 2011
    Configuration menu
    Copy the full SHA
    15f8f4d View commit details
    Browse the repository at this point in the history
  6. Switching the pending statement in base_formatter_spec.rb to use :if …

    …=> cond instead of a Ruby if
    kaiwren committed Mar 23, 2011
    Configuration menu
    Copy the full SHA
    14ea594 View commit details
    Browse the repository at this point in the history