spec/github/gists/comments/get_spec.rb in github_api-0.8.11 vs spec/github/gists/comments/get_spec.rb in github_api-0.9.0

- old
+ new

@@ -35,10 +35,10 @@ comment.user.login.should == 'octocat' end it "should return mash" do comment = subject.get gist_id, comment_id - comment.should be_a Hashie::Mash + comment.should be_a Github::ResponseWrapper end end it_should_behave_like 'request failure' do let(:requestable) { subject.get gist_id, comment_id }