require File.dirname(__FILE__) + '/test_helper.rb' class GitspotterTest < Test::Unit::TestCase context "test" do should "be present" do assert !Gitspotter.nil? end end end