Slide 33
Slide 33 text
@johnksawers
My Bug Hunt Results
33
I Learned:
● Environment name is loaded in rails_helper.rb, not
rspec_helper.rb
● Not a problem when they’re both ‘test’
● You can pass --env to rspec
● You can set system environment variable, but that’s loaded
● Lots of code will make assumptions that test env is called test