example/rails/test/test_helper.rb in rest-graph-1.4.2 vs example/rails/test/test_helper.rb in rest-graph-1.4.3

- old
+ new

@@ -1,4 +1,5 @@ + ENV["RAILS_ENV"] = "test" require File.expand_path(File.dirname(__FILE__) + "/../config/environment") require 'test_help' class ActiveSupport::TestCase