4 lines
No EOL
123 B
Ruby
4 lines
No EOL
123 B
Ruby
RSpec.configure do |config|
|
|
# load FactoryGirl shortcuts create(), etc.
|
|
config.include FactoryGirl::Syntax::Methods
|
|
end |