Navigation Menu

Skip to content

Commit

Permalink
add pending to followthemoney spec for restricted api
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Nov 16, 2012
1 parent 61b0ea2 commit f3f30a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/follow_the_money_spec.rb
Expand Up @@ -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|
Expand Down

0 comments on commit f3f30a5

Please sign in to comment.