Skip to content

Instantly share code, notes, and snippets.

@omenking
Created June 13, 2019 02:38
Show Gist options
  • Save omenking/037e1d6732fc8f0db7ea5a93d3c26f91 to your computer and use it in GitHub Desktop.
Save omenking/037e1d6732fc8f0db7ea5a93d3c26f91 to your computer and use it in GitHub Desktop.
001 - QA Mastery
require "test/unit/assertions"
include Test::Unit::Assertions
x = true
assert x, "x should pass"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment