Skip to content

Commit

Permalink
It helps test coverage if I include the fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Apr 17, 2016
1 parent ee1c6e5 commit 70cd2ea
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions spec/fixtures/Portland.json
@@ -0,0 +1,34 @@
{
"response": {
"version": "0.1",
"termsofService": "http://www.wunderground.com/weather/api/d/terms.html",
"features": {
"almanac": 1
}
},
"almanac": {
"airport_code": "KPDX",
"temp_high": {
"normal": {
"F": "62",
"C": "17"
},
"record": {
"F": "78",
"C": "25"
},
"recordyear": "1983"
},
"temp_low": {
"normal": {
"F": "43",
"C": "6"
},
"record": {
"F": "31",
"C": "0"
},
"recordyear": "1977"
}
}
}

0 comments on commit 70cd2ea

Please sign in to comment.