spec/github/repos/comments/get_spec.rb in github_api-0.8.11 vs spec/github/repos/comments/get_spec.rb in github_api-0.9.0
- old
+ new
@@ -35,10 +35,10 @@
commit_comment.user.login.should == 'octocat'
end
it "should return mash" do
commit_comment = subject.get user, repo, comment_id
- commit_comment.should be_a Hashie::Mash
+ commit_comment.should be_a Github::ResponseWrapper
end
end
it_should_behave_like 'request failure' do
let(:requestable) { subject.get user, repo, comment_id }