test/test_helper.rb in drg_cms-0.5.9 vs test/test_helper.rb in drg_cms-0.5.10

- old
+ new

@@ -1,5 +1,7 @@ +# Copyright 2012-2016 Damjan Rems # Configure Rails Environment + ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help"