Skip to content

Instantly share code, notes, and snippets.

@lkrych
Created October 18, 2016 15:12
Show Gist options
  • Save lkrych/6faea5ada9b4d9221c3770042bb46121 to your computer and use it in GitHub Desktop.
Save lkrych/6faea5ada9b4d9221c3770042bb46121 to your computer and use it in GitHub Desktop.
Empty RSpec file to test delete method in movies_controller
require 'rails_helper'
RSpec.describe MoviesController, type: :controller do
describe "DELETE #destroy" do
it "deletes the movie" do
end
it "redirects to the main page " do
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment