Include path to RSpec helper

Closes #648
This commit is contained in:
Joshua Clayton 2014-05-29 13:57:23 -04:00
parent 5c7e72d310
commit 622fb0b8eb
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ Configure your test suite
-------------------------
```ruby
# rspec
# RSpec
# spec/support/factory_girl.rb
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end