Skip to content

Instantly share code, notes, and snippets.

@lkrych
Created October 18, 2016 01:03
Show Gist options
  • Save lkrych/a2b7a079b55c1906b68388d22485721f to your computer and use it in GitHub Desktop.
Save lkrych/a2b7a079b55c1906b68388d22485721f to your computer and use it in GitHub Desktop.
Factory for movie to test in movies_controler
FactoryGirl.define do
factory :movie do
id '1'
title 'Blazing Saddles'
rating 'R'
release_date '7/2/1974'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment