mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Remove mocha deprecation warning
Mocha deprecation warning at ...../active_support/dependencies.rb:324:in `require': Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api' instead of 'mocha/setup'.
This commit is contained in:
parent
14a3084b59
commit
94be5fb6a1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ require "orm/#{DEVISE_ORM}"
|
|||
|
||||
I18n.load_path << File.expand_path("../support/locale/en.yml", __FILE__)
|
||||
|
||||
require 'mocha/setup'
|
||||
require 'mocha/minitest'
|
||||
require 'timecop'
|
||||
require 'webrat'
|
||||
Webrat.configure do |config|
|
||||
|
|
Loading…
Add table
Reference in a new issue