Skip to content

Commit

Permalink
fixed fakeweb url
Browse files Browse the repository at this point in the history
  • Loading branch information
phuphighter committed Aug 24, 2010
1 parent badf582 commit a97abab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -27,7 +27,7 @@ def fixture_file(filename)
end end


def fred_url(url, options={}) def fred_url(url, options={})
url =~ /^http/ ? url : "http://api2.citysearch.com#{url}" url =~ /^http/ ? url : "http://api.stlouisfed.org/fred#{url}"
end end


def stub_get(url, filename, options={}) def stub_get(url, filename, options={})
Expand Down

0 comments on commit a97abab

Please sign in to comment.