Sha256: f5cb99fe13beb0f7c0e6078be0805d8b2ff0f6c5b73bc35999d6413aa096d3b5
Contents?: true
Size: 323 Bytes
Versions: 1
Compression:
Stored size: 323 Bytes
Contents
require File.expand_path( File.join(File.dirname(__FILE__), '..', 'spec_helper')) module GitHubTest describe GitHub::User do after(:each) do api.auth.clear end context '.find as /show/:user/:repo' do it 'finds repo of a (valid) github user' do end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git_hub-0.2.7 | spec/git_hub/user_spec.rb |