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

Gems should be vendored for spec tests #102

Open
ismith opened this issue Jul 15, 2014 · 1 comment
Open

Gems should be vendored for spec tests #102

ismith opened this issue Jul 15, 2014 · 1 comment
Labels
Milestone

Comments

@ismith
Copy link
Contributor

ismith commented Jul 15, 2014

One way to do this would be to run redstorm bundle development, but probably better is to add .bundler/config with

BUNDLE_PATH: vendor
BUNDLE_DISABLE_SHARED_GEMS: "1"

and then you can just bundle install ; bundle exec rake spec as usual.

@colinsurprenant
Copy link
Owner

yes, that's what I personally do, add this ~/.bundler/config. we should document it.

@colinsurprenant colinsurprenant added this to the 0.7.0 milestone Jul 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants