diff options
author | 2011-07-20 20:45:16 +0200 | |
---|---|---|
committer | 2011-08-03 12:51:57 +0300 | |
commit | 33abbf833236f957ff49d46951ee0dad294c677e (patch) | |
tree | 27f53754b62c7de3045af7a917cf425f7143c5ee /site/spec/spec_helper.rb | |
parent | Make some more actions available only to council members (diff) | |
download | council-webapp-33abbf833236f957ff49d46951ee0dad294c677e.tar.gz council-webapp-33abbf833236f957ff49d46951ee0dad294c677e.tar.bz2 council-webapp-33abbf833236f957ff49d46951ee0dad294c677e.zip |
Custom doodle-like feature
Diffstat (limited to 'site/spec/spec_helper.rb')
-rw-r--r-- | site/spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/spec/spec_helper.rb b/site/spec/spec_helper.rb index 9f35af4..8e2059f 100644 --- a/site/spec/spec_helper.rb +++ b/site/spec/spec_helper.rb @@ -16,6 +16,7 @@ ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../../config/environment", __FILE__) require 'rspec/rails' +require 'fixed_conf.rb' environment_path = File.expand_path(File.join(::Rails.root.to_s, 'config', 'environment')) require(environment_path) |