Advertisement
saasbook

movies_controller_spec.1.rb

Jan 10th, 2012
4,433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.29 KB | None | 0 0
  1. require 'spec_helper'
  2.  
  3. describe MoviesController do
  4.   describe 'searching TMDb' do
  5.     it 'should call the model method that performs TMDb search'
  6.     it 'should select the Search Results template for rendering'
  7.     it 'should make the TMDb search results available to that template'
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement