mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-16 06:40:37 +00:00
4 lines
108 B
Ruby
4 lines
108 B
Ruby
|
# spec/support/factory_girl.rb
|
||
|
RSpec.configure do |config|
|
||
|
config.include FactoryGirl::Syntax::Methods
|
||
|
end
|