fix hound

This commit is contained in:
zmagod 2017-08-29 13:10:18 +02:00
parent ec86691659
commit df0bca363c

View file

@ -82,7 +82,7 @@ RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
# Devise
config.include Devise::Test::ControllerHelpers, type: :controller
config.extend ControllerMacros, :type => :controller
config.extend ControllerMacros, type: :controller
end
# config shoulda matchers to work with rspec