Sha256: f49768865aeb7f43e5190167ee7cbe2970daf7ab9740181759f13f9a4f3a8406
Contents?: true
Size: 415 Bytes
Versions: 6
Compression:
Stored size: 415 Bytes
Contents
describe RecordingsController do describe "a route" do assert_routing { :path => "/en", :method => :get }, { :controller => "comatose/base", :action => "show" } end #describe "GET index" do # it "assigns all recordings as @recordings" do # Recording.stub(:find).with(:all).and_return([mock_recording]) # get :index # assigns[:recordings].should == [mock_recording] # end #end end
Version data entries
6 entries across 6 versions & 1 rubygems