Skip to content

Commit

Permalink
Load dotenv file explicitly to avoid failure for the test that needs it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgibson committed May 24, 2015
1 parent 311c52b commit 4e00d8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'dotenv'
Dotenv.load!

require 'redcard'
require 'profiler' if RedCard.check :rubinius

Expand Down

0 comments on commit 4e00d8e

Please sign in to comment.