Created
October 18, 2016 15:12
-
-
Save lkrych/6faea5ada9b4d9221c3770042bb46121 to your computer and use it in GitHub Desktop.
Empty RSpec file to test delete 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 "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