mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +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 |