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