jruby-launcher gem fails to install if rspec is not installed
-------------------------------------------------------------
Key: JRUBY-6097
URL: https://jira.codehaus.org/browse/JRUBY-6097
Project: JRuby
Issue Type: Bug
Components: Launcher
Reporter: John Firebaugh
Assignee: Thomas E Enebo
In a fresh JRuby install, run `jgem install jruby-launcher`.
Result:
{code}
/Users/jfire/.rbenv/versions/jruby-1.6.4/bin/jruby -S rake
rake/gempackagetask is deprecated. Use rubygems/package_task instead
/Users/jfire/.rbenv/versions/jruby-1.6.4/bin/jruby -S rspec
./spec/launcher_spec.rb
jruby: No such file or directory -- rspec (LoadError)
rake aborted!
ruby -S rspec ./spec/launcher_spec.rb failed
{code}
Potential solutions include specifying rspec as a dependency, not running the
specs if rspec isn't installed, or simply not running the specs by default.
Personally I would prefer the latter as running specs on gem install is not
standard behavior (too bad rubygems no longer supports `gem install --test`).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email