test/test_helper.rb in dpickett-monkey_party-0.0.1 vs test/test_helper.rb in dpickett-monkey_party-0.0.3
- old
+ new
@@ -18,10 +18,10 @@
class Test::Unit::TestCase
protected
def mock_response(path, fixture)
FakeWeb.register_uri(
- "http://api.mailchimp.com/1.1?#{path}",
+ "http://api.mailchimp.com/1.2?#{path}",
:response => xml_fixture_path(fixture))
end
def xml_fixture_path(fixture)
File.join(File.dirname(__FILE__), "fixtures", "#{fixture}.xml")