require File.join(File.dirname(__FILE__), '..', '..', '/test_helper') module Garb class OAuthSessionTest < MiniTest::Unit::TestCase context "An instance of OAuthSession" do should "have tests" do assert true end end end end