Skip to content

Instantly share code, notes, and snippets.

@zotherstupidguy
Created January 10, 2017 12:52
Show Gist options
  • Save zotherstupidguy/fcaffd16dd8e7afd4de334ce06713cf5 to your computer and use it in GitHub Desktop.
Save zotherstupidguy/fcaffd16dd8e7afd4de334ce06713cf5 to your computer and use it in GitHub Desktop.
ruby specs example
describe "this code" do
it "takes x, y, & z then produces their product" do
# assertive testing code here
end
it "takes logs its activites" do
# assertive testing code here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment