Skip to content

Instantly share code, notes, and snippets.

@lkrych
Created October 18, 2016 15:02
Show Gist options
  • Save lkrych/377ff7acc0d4fd67dbc0c65bcc74d486 to your computer and use it in GitHub Desktop.
Save lkrych/377ff7acc0d4fd67dbc0c65bcc74d486 to your computer and use it in GitHub Desktop.
Empty RSpec file for update method in movies_controller
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