Skip to content

Instantly share code, notes, and snippets.

View jbrains's full-sized avatar

J. B. Rainsberger jbrains

View GitHub Profile
describe Controller do
context "create" do
before(:each) do
Model.stub!(:new).and_return(@model)
end
it "should save the model" do
@model.should_receive!(:save)
post :crete