Ticket #487 (closed enhancement: duplicate)

Opened 10 months ago

Last modified 10 months ago

[PATCH] Allow running merb-core specs under JRuby

Reported by: dudl..@misnomer.us Assigned to:
Priority: medium Milestone: 0.9
Component: Merb Keywords:
Cc:

Description

Extracts the spec runner into a helper method and adds new tasks to run the specs under MRI and JRuby. The tasks still need to be run from MRI, since popen3 isn't portable. Running the specs with JRuby is slow because we spin up a new JVM for each spec file, but hey, the specs at least run (and pass!).

Attachments

jruby_specs.diff (1.1 kB) - added by dudl..@misnomer.us on 01/29/08 09:44:38.

Change History

01/29/08 09:44:38 changed by dudl..@misnomer.us

  • attachment jruby_specs.diff added.

01/29/08 10:06:49 changed by dudl..@misnomer.us

  • milestone changed from The Future to 0.9.

02/11/08 13:45:08 changed by shayarne..@gmail.com

  • status changed from new to closed.
  • resolution set to duplicate.