Initial commit
This commit is contained in:
5
spec/support/factory_bot.rb
Normal file
5
spec/support/factory_bot.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.include FactoryBot::Syntax::Methods
|
||||
end
|
||||
Reference in New Issue
Block a user