spec/github/repos/keys_spec.rb in github_api-0.3.8 vs spec/github/repos/keys_spec.rb in github_api-0.3.9
- old
+ new
@@ -1,11 +1,7 @@
require 'spec_helper'
-describe Github::Repos::Keys do
-
- let(:github) { Github.new }
- let(:user) { 'peter-murach'}
- let(:repo) { 'github' }
+describe Github::Repos::Keys, :type => :base do
it { described_class::VALID_KEY_PARAM_NAMES.should_not be_nil }
describe "keys" do
context "resource found" do