Created
          January 21, 2009 00:25 
        
      - 
      
- 
        Save awesome/49768 to your computer and use it in GitHub Desktop. 
    minitest/unit template
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env ruby -w | |
| require 'rubygems' | |
| require 'minitest/unit' | |
| $: << 'lib' << 'test' | |
| require 'awesome' | |
| MiniTest::Unit.autorun | |
| class TestAwesome < MiniTest::Unit::TestCase | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment