Skip to content

Commit

Permalink
Enforce that RAILS_ENV is always test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Dec 3, 2012
1 parent 372826b commit cbc5f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
@@ -1,3 +1,4 @@
ENV["RAILS_ENV"] = "test"
require "devise"
require "active_support/core_ext/module/attribute_accessors"

Expand Down

0 comments on commit cbc5f24

Please sign in to comment.