Skip to content

Instantly share code, notes, and snippets.

@lkrych
Created October 18, 2016 14:55
Show Gist options
  • Save lkrych/269a19dcacf384c02ebe142d7862ea1e to your computer and use it in GitHub Desktop.
Save lkrych/269a19dcacf384c02ebe142d7862ea1e to your computer and use it in GitHub Desktop.
Empty RSpec for show functionality
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