Skip to content

Commit

Permalink
[api] Don't override environment in start_test_backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs authored and coolo committed Oct 22, 2013
1 parent e8b38d8 commit db67af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/script/start_test_backend
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
ENV['RAILS_ENV'] = 'test'
ENV['RAILS_ENV'] ||= 'test'
ENV['LC_ALL'] = 'C'
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
require File.expand_path(File.dirname(__FILE__)) + "/../test/test_helper"
Expand Down

0 comments on commit db67af9

Please sign in to comment.