6 lines
108 B
Ruby
6 lines
108 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
RSpec.configure do |config|
|
||
|
config.include FactoryBot::Syntax::Methods
|
||
|
end
|