Open ismith opened 10 years ago
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
yes, that's what I personally do, add this ~/.bundler/config. we should document it.
~/.bundler/config
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.