提交 366799bb 编写于 作者: R Robert Speicher

Add spec/support/factory_girl

Just for consistency with our Capybara, DatabaseCleaner, WebMock, etc.
setups.
上级 a7773dd7
......@@ -13,12 +13,11 @@ RSpec.configure do |config|
config.use_instantiated_fixtures = false
config.mock_with :rspec
config.include LoginHelpers, type: :feature
config.include LoginHelpers, type: :request
config.include FactoryGirl::Syntax::Methods
config.include Devise::TestHelpers, type: :controller
config.include LoginHelpers, type: :feature
config.include LoginHelpers, type: :request
config.include TestEnv
config.infer_spec_type_from_file_location!
config.raise_errors_for_deprecations!
......
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册