projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Support returning a HTTP status code for the http stubs for testing
[rails.git]
/
test
/
http
/
geocoder_us.yml
1
/service/csv?zip=90210:
2
code: 200
3
body: "34.088808, -118.40612, Beverly Hills, CA, 90210"
4
/service/csv?zip=00000:
5
code: 200
6
body: "1: couldn't find this zip code: 00000! sorry"