Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi committed May 17, 2010
1 parent 648d368 commit 827d7e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Rakefile
@@ -1,6 +1,5 @@
require "mg" require "mg"



MG.new("transparency_data.gemspec") MG.new("transparency_data.gemspec")


require 'rake/testtask' require 'rake/testtask'
Expand Down
2 changes: 0 additions & 2 deletions test/client_test.rb
Expand Up @@ -21,13 +21,11 @@ class ClientTest < Test::Unit::TestCase
TransparencyData::Client.prepare_params(original).should == prepared TransparencyData::Client.prepare_params(original).should == prepared
end end



end end
end end


context "when searching contributions" do context "when searching contributions" do



should "return a list" do should "return a list" do
VCR.use_cassette('contributions', :record => :all) do VCR.use_cassette('contributions', :record => :all) do
contributions = TransparencyData::Client.contributions(:contributor_ft => 'steve jobs') contributions = TransparencyData::Client.contributions(:contributor_ft => 'steve jobs')
Expand Down

0 comments on commit 827d7e4

Please sign in to comment.