Created
January 10, 2017 12:52
-
-
Save zotherstupidguy/fcaffd16dd8e7afd4de334ce06713cf5 to your computer and use it in GitHub Desktop.
ruby specs example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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