Skip to content

Commit

Permalink
Load diaspora.yml overrides for test env
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass authored and denschub committed Jul 24, 2015
1 parent e30293b commit 2ae8b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/load_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def self.root

add_provider Configurate::Provider::YAML,
File.join(config_dir, "diaspora.yml"),
namespace: rails_env, required: false unless rails_env == "test"
namespace: rails_env, required: false
add_provider Configurate::Provider::YAML,
File.join(config_dir, "diaspora.yml"),
namespace: "configuration", required: false
Expand Down

0 comments on commit 2ae8b2f

Please sign in to comment.