rubyconfig / config

Easiest way to add multi-environment yaml settings to Rails, Sinatra, Padrino and other Ruby projects.
Other
2.11k stars 231 forks source link

Fix local test run by reinstating the check against the appraisal env variable #284

Closed neilwilliams closed 4 years ago

neilwilliams commented 4 years ago

rspec tests were not passing locally without this when using:

bundle exec appraisal rspec

Fixes #283

pkuczynski commented 4 years ago

Thanks!