aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-06-12 17:59:31 +0900
committerrhenium <re4k@re4k.info>2013-06-12 17:59:31 +0900
commit96d152c22e73d084aaabbb137bfcb5e3cdb8134b (patch)
tree7295737c3075e09033f0bcb3c3502fb2dac2a10c /spec
parent6991b32cab97d52dfceda37d82cdf33aae56222b (diff)
downloadaclog-96d152c22e73d084aaabbb137bfcb5e3cdb8134b.tar.gz
fix user updating
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 1acaef1..006c743 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -44,7 +44,7 @@ RSpec.configure do |config|
# If true, the base class of anonymous controllers will be inferred
# automatically. This will be the default behavior in future versions of
# rspec-rails.
- config.infer_base_class_for_anonymous_controllers = false
+ config.infer_base_class_for_anonymous_controllers = true
# Run specs in random order to surface order dependencies. If you find an
# order dependency and want to debug it, you can fix the order by providing