iconara / rubydoop

Write Hadoop jobs in JRuby
220 stars 33 forks source link

Change the system specs to not depend on RVM #30

Closed grddev closed 9 years ago

grddev commented 9 years ago

Install the integration test setup, and specify a path inside the project directory. Using a path inside spec/resources does not work, however, as one of the gem dependencies bundles their specs, and they get included in the default spec path.

The nested bundle run installs binstubs so that we can execute rake without the extra bundle exec overhead.