Skip to content

Instantly share code, notes, and snippets.

@alindeman
Created June 21, 2011 17:26
Show Gist options
  • Select an option

  • Save alindeman/1038379 to your computer and use it in GitHub Desktop.

Select an option

Save alindeman/1038379 to your computer and use it in GitHub Desktop.
describe PostsController do
describe "GET #index" do
end
describe "GET #show" do
end
describe "POST #create" do
end
describe "PUT #update" do
end
describe "DELETE #destroy" do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment