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 95eaa4af9a Improve the way we switch between project Gemfile and appraisal gemfiles
Previously, the railties required by the project gemspec was in conflict with
the rails versions being pulled in by Appraisal.

There were situations where a newer rails app was generated by `rails new...`
even though the Appraisal gemfiles/ value should have been setting it correctly.

We need to be able to use the versions of things specified in the appraisal gemfiles/
specify the version of rails for the initial generation of the applications,
but subsequently allow those applications to point to the `Gemfile` within
the newly generated rails apps, rather than wherever BUNDLE_GEMFILE was previously
set by Appraisal.
2012-12-19 14:46:21 -05:00
..
step_definitions Improve the way we switch between project Gemfile and appraisal gemfiles 2012-12-19 14:46:21 -05:00
support Speed up performance on jruby 2012-12-19 14:29:51 -05:00
fixture_replacement_config.feature Improve the way we switch between project Gemfile and appraisal gemfiles 2012-12-19 14:46:21 -05:00
generators.feature Improve the way we switch between project Gemfile and appraisal gemfiles 2012-12-19 14:46:21 -05:00
load_definitions.feature Improve the way we switch between project Gemfile and appraisal gemfiles 2012-12-19 14:46:21 -05:00