Skip to content

Commit

Permalink
Remove my API key from the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Torres authored and Jason Torres committed Mar 11, 2010
1 parent a6b9a71 commit a694e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions pkg/klout-0.1.0/spec/klout_spec.rb
Expand Up @@ -3,11 +3,11 @@
describe "Klout" do describe "Klout" do


before do before do
Klout.api_key = "4443c7b92f123aba372f029ff362e3eb" Klout.api_key = ""
end end


it "should assign the correct API key" do it "should assign the correct API key" do
Klout.api_key.should == "4443c7b92f123aba372f029ff362e3eb" Klout.api_key.should == ""
end end


context "score request" do context "score request" do
Expand Down Expand Up @@ -37,7 +37,6 @@
Klout.profile('jasontorres') Klout.profile('jasontorres')
} }
@profile_result ||= @profile_request.call @profile_result ||= @profile_request.call
puts @profile_result.inspect
end end


it "should have a profile" do it "should have a profile" do
Expand Down
5 changes: 2 additions & 3 deletions spec/klout_spec.rb
Expand Up @@ -3,11 +3,11 @@
describe "Klout" do describe "Klout" do


before do before do
Klout.api_key = "4443c7b92f123aba372f029ff362e3eb" Klout.api_key = ""
end end


it "should assign the correct API key" do it "should assign the correct API key" do
Klout.api_key.should == "4443c7b92f123aba372f029ff362e3eb" Klout.api_key.should == ""
end end


context "score request" do context "score request" do
Expand Down Expand Up @@ -37,7 +37,6 @@
Klout.profile('jasontorres') Klout.profile('jasontorres')
} }
@profile_result ||= @profile_request.call @profile_result ||= @profile_request.call
puts @profile_result.inspect
end end


it "should have a profile" do it "should have a profile" do
Expand Down

0 comments on commit a694e0c

Please sign in to comment.