Sha256: 17ba1fea593645c888d7c975e286ace4b676f84c5930710a3fce25f12a476b34
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
require File.expand_path('../helper', __FILE__) describe Octokit do after do Octokit.reset end describe ".client" do it "should be a Octokit::Client" do Octokit.client.should be_a Octokit::Client end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
octokit-0.5.2 | spec/octokit_spec.rb |
octokit-0.5.1 | spec/octokit_spec.rb |
octokit-0.5.0 | spec/octokit_spec.rb |