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

- old
+ new

@@ -37,10 +37,10 @@ download.name.should == 'new_file.jpg' end it "should return mash" do download = subject.get user, repo, download_id - download.should be_a Hashie::Mash + download.should be_a Github::ResponseWrapper end end it_should_behave_like 'request failure' do let(:requestable) { subject.get user, repo, download_id }