mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +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
|