Created
October 18, 2016 15:02
-
-
Save lkrych/377ff7acc0d4fd67dbc0c65bcc74d486 to your computer and use it in GitHub Desktop.
Empty RSpec file for update method in movies_controller
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 "PUT #update" do | |
| it "located the requested movie" do | |
| end | |
| it "changed the requested movies attributes" do | |
| end | |
| it "redirects to the updated movie" do | |
| end | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment