Sha256: 818148d2de830d54a11e3674632e003a77e5f0dfbbfdbf11ae316c64c49a16c9
Contents?: true
Size: 250 Bytes
Versions: 6
Compression:
Stored size: 250 Bytes
Contents
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
Version data entries
6 entries across 6 versions & 1 rubygems