Created by: kdelchev
- Fork the repo
- Follow instructions in CONTRIBUTING.md
- Step 3 fails, because
$ bundle exec appraisal rspec
Could not find gem 'administrate-field-image' in any of the gem sources listed in your Gemfile.
Run `bundle install` to install missing gems.
It looks like the previous step installs project dependencies, but does not install version specific dependencies from ./gemfiles/*
required from appraisal gem to run specs against specific rails versions.
The gemfiles
setup is managed with appraisal
, hence it should run its installation process before executing tests.