You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ant spec-short : runs Rubyspecs for 1.8 and 1.9 in interpreted mode.
Rubyspecs
To run a spec separately:
./bin/jruby -S mspec /path/to/spec.rb
Do not change specs in the JRuby codebase, as they are being updated from https://github.com/rubyspec/rubyspec/. Instead create a PR in the Rubyspecs project.
Pull Requests
Make sure commit comments contain as much information as possible on the intent of the fix, so that PRs can be reviewed more easily.
Use feature branch if possible (?)
Keep big formatting changes in separate commits or PR to make review easier.