Skip to content

Instantly share code, notes, and snippets.

@Olgagr
Created June 2, 2013 07:09
Show Gist options
  • Select an option

  • Save Olgagr/5692884 to your computer and use it in GitHub Desktop.

Select an option

Save Olgagr/5692884 to your computer and use it in GitHub Desktop.
shorter syntax for factory_girl
# in spec_helper
RSpec.configure do |config| do
#other code
config.include FactoryGirl::Syntax::Methods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment