Update GETTING_STARTED.md

clearer instructions
This commit is contained in:
Jeffrey Wan 2016-03-17 00:44:08 -04:00 committed by Joshua Clayton
parent 64c7c1360f
commit cd5beb02db
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ RSpec.configure do |config|
end
end
Remember to require the above file in your spec_helper since the support folder isn't eagerly loaded
```ruby
require 'support/factory_girl'
```
# Test::Unit
class Test::Unit::TestCase
include FactoryGirl::Syntax::Methods