spec/github/repos/edit_spec.rb in github_api-0.8.11 vs spec/github/repos/edit_spec.rb in github_api-0.9.0

- old
+ new

@@ -42,10 +42,10 @@ a_patch(request_path).with(inputs).should have_been_made end it "should return resource" do repository = subject.edit user, repo, inputs - repository.should be_a Hashie::Mash + repository.should be_a Github::ResponseWrapper end it "should be able to retrieve information" do repository = subject.edit user, repo, inputs repository.name.should == 'Hello-World'