aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-02-02 17:36:41 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2012-02-02 17:36:41 +0200
commit5691a96a9dd82eea6d1927c2e607b981eb5580a8 (patch)
tree3c11b7b82f5e2c7319de130916b547fdad1107a2 /spec
parentba9091cd14e7179e702a6ba1f3a1957a6691be0b (diff)
downloadrefinerycms-blog-5691a96a9dd82eea6d1927c2e607b981eb5580a8.tar.gz
refinerycms-blog-5691a96a9dd82eea6d1927c2e607b981eb5580a8.tar.bz2
refinerycms-blog-5691a96a9dd82eea6d1927c2e607b981eb5580a8.zip
No need to specify Devise.stretches in spec_helper because it gets set in devise initializer.
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 21267d3..a313bbb 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -21,9 +21,6 @@ def setup_environment
# set javascript driver for capybara
Capybara.javascript_driver = :selenium
-
- # minimize password hashing stretches
- Devise.stretches = 1
end
def each_run