Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencauthon committed Oct 11, 2012
1 parent 31b75b5 commit a4e3f6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/yahoo_weatherman/woeid_lookup_spec.rb
Expand Up @@ -3,7 +3,6 @@

describe Weatherman::WoeidLookup do
describe "example with test_api_id and 66061" do

before do
@app_id = 'test_api_id'
@location = '66061'
Expand All @@ -20,7 +19,6 @@
end

describe "example with another_api and 90210" do

before do
@app_id = 'another_api'
@location = '90210'
Expand All @@ -37,7 +35,6 @@
end

describe "invalid api key" do

before do
@app_id = 'invalid_api'
@location = '12345'
Expand All @@ -54,7 +51,6 @@
end

describe "failed net request" do

before do
@app_id = 'net_failure'
@location = '78902'
Expand Down

0 comments on commit a4e3f6f

Please sign in to comment.