Skip to content

Instantly share code, notes, and snippets.

@dtan4
Created May 19, 2014 18:07
Show Gist options
  • Save dtan4/def180a91d5254fc22c1 to your computer and use it in GitHub Desktop.
Save dtan4/def180a91d5254fc22c1 to your computer and use it in GitHub Desktop.
require "spec_helper"
module Sample
describe Spec do
it "should return JSON without id" do
task = described_class.new(id, params)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment