spec/github_spec.rb in github_api-0.4.5 vs spec/github_spec.rb in github_api-0.4.6

- old
+ new

@@ -3,9 +3,11 @@ describe Github do before do subject.user = nil subject.repo = nil + subject.oauth_token = nil + subject.basic_auth = nil end it "should respond to 'new' message" do subject.should respond_to :new end