spec/github_spec.rb in github_api-0.11.3 vs spec/github_spec.rb in github_api-0.12.0
- old
+ new
@@ -1,13 +1,10 @@
# encoding: utf-8
require 'spec_helper'
describe Github do
- after {
- subject.reset!
- reset_authentication_for subject
- }
+ after { reset_authentication_for subject }
it { should respond_to :new }
it { expect(subject.new).to be_a Github::Client }