Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created January 19, 2016 22:27
Show Gist options
  • Save vinbarnes/2982bba8df170f26e092 to your computer and use it in GitHub Desktop.
Save vinbarnes/2982bba8df170f26e092 to your computer and use it in GitHub Desktop.
module CharacterizationTestHelpers
def currently(description, *options, &block)
it("*CURRENTLY* #{description}", *options, &block)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment