From f3f30a5c85fac989418de6fe96de88051faee968 Mon Sep 17 00:00:00 2001 From: James McKinney Date: Fri, 16 Nov 2012 18:49:27 -0500 Subject: [PATCH] add pending to followthemoney spec for restricted api --- spec/follow_the_money_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/follow_the_money_spec.rb b/spec/follow_the_money_spec.rb index 1d80ffa..9edad7f 100644 --- a/spec/follow_the_money_spec.rb +++ b/spec/follow_the_money_spec.rb @@ -52,6 +52,7 @@ module GovKit::FollowTheMoney describe Contribution do it "should get a list of campaign contributions for a given person" do + pending 'This API call is restricted' @contributions = Contribution.find(111933) @contributions.should be_an_instance_of(Array) @contributions.each do |c|