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