require 'spec_helper' describe "NotesController" do context "create" do it "should create a new note" do pending # post :create # response.should be_success # end end end