This gem is incompatible with https://github.com/rails/spring . The problem seems to be that the <%= ENV['TEST_ENV_NUMBER'] %> in the database.yml is not reevaluated for each test that is spinned up.
I am using the follwing two gems:
gem "spring"
gem "spring-commands-rspec"
Is there a workaround i can use?
This gem is incompatible with https://github.com/rails/spring . The problem seems to be that the <%= ENV['TEST_ENV_NUMBER'] %> in the database.yml is not reevaluated for each test that is spinned up.
I am using the follwing two gems:
gem "spring"
gem "spring-commands-rspec"
Is there a workaround i can use?