Skip to content

Instantly share code, notes, and snippets.

@akinsgre
Created April 1, 2010 02:39
Show Gist options
  • Save akinsgre/351255 to your computer and use it in GitHub Desktop.
Save akinsgre/351255 to your computer and use it in GitHub Desktop.
it "should return Saved when passed params" do
post :update, :content => {"content", "Seniors"}
response.should contain("Saved")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment