saasbook

movies_controller_spec.1.rb

Feb 13th, 2016
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.27 KB | None | 0 0
  1. require 'rails_helper'
  2.  
  3. describe MoviesController do
  4.   describe 'searching TMDb' do
  5.     it 'calls the model method that performs TMDb search'
  6.     it 'selects the Search Results template for rendering'
  7.     it 'makes the TMDb search results available to that template'
  8.   end
  9. end
Add Comment
Please, Sign In to add comment