5 lines
112 B
Ruby
5 lines
112 B
Ruby
|
RSpec.configure do |config|
|
||
|
# Include the FactoryBot methods
|
||
|
config.include FactoryBot::Syntax::Methods
|
||
|
end
|