mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
4 lines
No EOL
107 B
Ruby
4 lines
No EOL
107 B
Ruby
# spec/support/factory_girl.rb
|
|
RSpec.configure do |config|
|
|
config.include FactoryBot::Syntax::Methods
|
|
end |