diff options
| -rw-r--r-- | test/integration_test_helper.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/test/integration_test_helper.rb b/test/integration_test_helper.rb index 4cc35a7..8431f5f 100644 --- a/test/integration_test_helper.rb +++ b/test/integration_test_helper.rb @@ -1,3 +1,5 @@ +ENV['RACK_ENV'] = 'test' +  require 'minitest/autorun'  require 'capybara' | 
