spec/github/repos/comments/create_spec.rb in github_api-0.8.11 vs spec/github/repos/comments/create_spec.rb in github_api-0.9.0
- old
+ new
@@ -38,10 +38,10 @@
a_post(request_path).with(inputs).should have_been_made
end
it "should return the resource" do
comment = subject.create user, repo, sha, inputs
- comment.should be_a Hashie::Mash
+ comment.should be_a Github::ResponseWrapper
end
it "should get the commit comment information" do
comment = subject.create user, repo, sha, inputs
comment.user.login.should == 'octocat'