Created
October 2, 2020 02:23
-
-
Save armandofox/3d713b0f57f7321bb3aaad2329f59104 to your computer and use it in GitHub Desktop.
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' | |
describe MoviesController do | |
describe 'searching TMDb' do | |
it 'calls the model method that performs TMDb search' | |
it 'selects the Search Results template for rendering' | |
it 'makes the TMDb search results available to that template' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment