Add devise helpers to rspec

This commit is contained in:
Artur Beljajev 2017-03-22 04:06:16 +02:00
parent 8216cfaf87
commit f426e268df
2 changed files with 4 additions and 0 deletions

3
spec/support/devise.rb Normal file
View file

@ -0,0 +1,3 @@
RSpec.configure do |config|
config.include Warden::Test::Helpers
end