1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/features
Matt Jankowski 51cc9ed402 Instead of modifying the environment, run bundle install in a new process
JRuby does not support setting/unsetting environment variables.

Thus, we will launch an entirely new process without the parents env when
we run `bundle install` inside the generated rails apps, forcing them to
use their own Gemfile, instead of the BUNDLE_GEMFILE setting from the main
gem codebase.
2012-12-21 11:08:37 -05:00
..
step_definitions Instead of modifying the environment, run bundle install in a new process 2012-12-21 11:08:37 -05:00
support Speed up performance on jruby 2012-12-19 14:29:51 -05:00
fixture_replacement_config.feature Instead of modifying the environment, run bundle install in a new process 2012-12-21 11:08:37 -05:00
generators.feature Instead of modifying the environment, run bundle install in a new process 2012-12-21 11:08:37 -05:00
load_definitions.feature Instead of modifying the environment, run bundle install in a new process 2012-12-21 11:08:37 -05:00