spec/github/orgs/get_spec.rb in github_api-0.8.11 vs spec/github/orgs/get_spec.rb in github_api-0.9.0
- old
+ new
@@ -31,10 +31,10 @@
organisation.login.should == 'github'
end
it "should return mash" do
organisation = subject.get org
- organisation.should be_a Hashie::Mash
+ organisation.should be_a Github::ResponseWrapper
end
end
it_should_behave_like 'request failure' do
let(:requestable) { subject.get org }