Created
          October 18, 2016 01:03 
        
      - 
      
- 
        Save lkrych/a2b7a079b55c1906b68388d22485721f to your computer and use it in GitHub Desktop. 
    Factory for movie to test in movies_controler
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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