Skip to content

Instantly share code, notes, and snippets.

@marzzz21
Created August 31, 2016 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marzzz21/7fd69d8fc71268bc4e4ccc45b79ca3f8 to your computer and use it in GitHub Desktop.
Save marzzz21/7fd69d8fc71268bc4e4ccc45b79ca3f8 to your computer and use it in GitHub Desktop.
def customMethod
puts "This is a test!"
end
expect { customMethod }.to output("This is a test!").to_stdout }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment