Skip to content

Instantly share code, notes, and snippets.

@waterlink
Created April 19, 2015 20:46
Show Gist options
  • Select an option

  • Save waterlink/a514ec6f0e2f089187cc to your computer and use it in GitHub Desktop.

Select an option

Save waterlink/a514ec6f0e2f089187cc to your computer and use it in GitHub Desktop.
require "spec"
describe User do
describe "#save" do
it "saves user record to data store" do
# ...
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment