Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require 'spec_helper'
- describe MoviesController do
- describe 'searching TMDb' do
- it 'should call the model method that performs TMDb search' do
- post :search_tmdb, {:search_terms => 'hardware'}
- end
- it 'should select the Search Results template for rendering'
- it 'should make the TMDb search results available to that template'
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement