No need to specify Devise.stretches in spec_helper because it gets set in devise initializer.
This commit is contained in:
parent
ba9091cd14
commit
5691a96a9d
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ def setup_environment
|
||||||
|
|
||||||
# set javascript driver for capybara
|
# set javascript driver for capybara
|
||||||
Capybara.javascript_driver = :selenium
|
Capybara.javascript_driver = :selenium
|
||||||
|
|
||||||
# minimize password hashing stretches
|
|
||||||
Devise.stretches = 1
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def each_run
|
def each_run
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue