Skip to content

Instantly share code, notes, and snippets.

@innovid-rnd
Created March 8, 2018 21:59
Show Gist options
  • Save innovid-rnd/c21d25b49027798d43abc090ceb7d685 to your computer and use it in GitHub Desktop.
Save innovid-rnd/c21d25b49027798d43abc090ceb7d685 to your computer and use it in GitHub Desktop.
# `test do` will create, run in, and delete a temporary directory.
 test do
create_wrapper
# asserting our formula logic works. 
assert_equal %w(ddv-cli Library), Dir.glob(“*”)
 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment