We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One way to do this would be to run redstorm bundle development, but probably better is to add .bundler/config with
redstorm bundle development
BUNDLE_PATH: vendor BUNDLE_DISABLE_SHARED_GEMS: "1"
and then you can just bundle install ; bundle exec rake spec as usual.
bundle install ; bundle exec rake spec
The text was updated successfully, but these errors were encountered:
yes, that's what I personally do, add this ~/.bundler/config. we should document it.
~/.bundler/config
Sorry, something went wrong.
No branches or pull requests
One way to do this would be to run
redstorm bundle development
, but probably better is to add .bundler/config withand then you can just
bundle install ; bundle exec rake spec
as usual.The text was updated successfully, but these errors were encountered: