diff options
| author | Robert | 2017-07-05 08:13:14 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-05 08:13:14 +0200 | 
| commit | 841bd65847066e92bf5a4d6de112fed1ada73c1c (patch) | |
| tree | 12ca3a1b2c15a8fd4fc01e68cbd34d9c82caf3f8 /config/environments | |
| parent | 9d52ccea7b00b957bf6cf67a44029912ee6b171f (diff) | |
| download | chouette-core-841bd65847066e92bf5a4d6de112fed1ada73c1c.tar.bz2 | |
Refs: #3478@1.5h;
   -  PolicyChecker authorizes(*) all now
   -  Untied ApplicationPolicy#index? from show?
   -  mv access_point_policy.rb to access_point_policy.rb fixing an invisible name curruption (local problem?)
* to authorize: to allow (not here), to undergo the process of authorization (here)
Diffstat (limited to 'config/environments')
| -rw-r--r-- | config/environments/test.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/config/environments/test.rb b/config/environments/test.rb index d83b4fd85..80ed940ca 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -1,8 +1,6 @@  Rails.application.configure do    # Settings specified here will take precedence over those in config/application.rb. -  config.eager_load = false -    # The test environment is used exclusively to run your application's    # test suite. You never need to work with it otherwise. Remember that    # your test database is "scratch space" for the test suite and is wiped | 
