Skip to content

Instantly share code, notes, and snippets.

@rking
Created December 20, 2012 20:10
Show Gist options
  • Save rking/00005d121067e50ba22e to your computer and use it in GitHub Desktop.
Save rking/00005d121067e50ba22e to your computer and use it in GitHub Desktop.
require 'minitest/autorun'
require 'turn' if ENV['turn']
require 'pry-rescue/minitest'
class TestFoo < MiniTest::Unit::TestCase
def test_foo_one
assert_equal 'Oh, Hai!', 'Oh NO!!'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment