mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 03:36:05 +01:00
7 lines
137 B
Ruby
7 lines
137 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "factory_bot_rails"
|
|
|
|
RSpec.configure do |config|
|
|
config.include FactoryBot::Syntax::Methods
|
|
end
|