spec/github/users/keys/create_spec.rb in github_api-0.8.11 vs spec/github/users/keys/create_spec.rb in github_api-0.9.0

- old
+ new

@@ -33,10 +33,10 @@ :query => {:access_token => OAUTH_TOKEN}).should have_been_made end it "should return the resource" do key = subject.create inputs - key.should be_a Hashie::Mash + key.should be_a Github::ResponseWrapper end it "should get the key information" do key = subject.create inputs key.title.should == 'octocat@octomac'