Skip to content

Instantly share code, notes, and snippets.

@marick
Created May 4, 2010 16:00
Show Gist options
  • Save marick/389580 to your computer and use it in GitHub Desktop.
Save marick/389580 to your computer and use it in GitHub Desktop.
require 'minitest/unit'
require 'rubygems'
require 'mocha'
MiniTest::Unit.autorun
class SampleTests < MiniTest::Unit::TestCase
def test_do_something
# assert { 1 + 1 + 3 == 2 }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment