diff options
author | Azul <azul@leap.se> | 2014-07-05 12:34:33 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-07-09 13:26:36 +0200 |
commit | 915573311a92df28ba370326542589982aa6febc (patch) | |
tree | 8f100d0d397030af6063f5cf318d1f17435e8296 /engines | |
parent | dc740e4311101bf7297996788b25a99edafbe759 (diff) |
minor: remove dummy dependency in engine test_helpers
This was causing problems with zeus
Diffstat (limited to 'engines')
-rw-r--r-- | engines/billing/test/test_helper.rb | 1 | ||||
-rw-r--r-- | engines/support/test/test_helper.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/engines/billing/test/test_helper.rb b/engines/billing/test/test_helper.rb index 7ad3869..57cdd63 100644 --- a/engines/billing/test/test_helper.rb +++ b/engines/billing/test/test_helper.rb @@ -1,7 +1,6 @@ # Configure Rails Environment ENV["RAILS_ENV"] = "test" -require File.expand_path("../../../../dummy/config/environment.rb", __FILE__) require "rails/test_help" Rails.backtrace_cleaner.remove_silencers! diff --git a/engines/support/test/test_helper.rb b/engines/support/test/test_helper.rb index fff9173..57cdd63 100644 --- a/engines/support/test/test_helper.rb +++ b/engines/support/test/test_helper.rb @@ -1,7 +1,6 @@ # Configure Rails Environment ENV["RAILS_ENV"] = "test" -require File.expand_path('../../../../test/dummy/config/environment', __FILE__) require "rails/test_help" Rails.backtrace_cleaner.remove_silencers! |