mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 04:03:45 +08:00
fix hound
This commit is contained in:
parent
ec86691659
commit
df0bca363c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue