Created
          October 18, 2016 14:55 
        
      - 
      
- 
        Save lkrych/269a19dcacf384c02ebe142d7862ea1e to your computer and use it in GitHub Desktop. 
    Empty RSpec for show functionality
  
        
  
    
      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
    
  
  
    
  | require 'rails_helper' | |
| RSpec.describe MoviesController, type: :controller do | |
| describe "GET #show" do | |
| it "assigns the requested movie to @movie" do | |
| end | |
| it "renders the :show template" do | |
| end | |
| end | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment