diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index a14fdf9..8e0ab9b 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -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