spec/achecker/api_spec.rb in achecker-0.0.7 vs spec/achecker/api_spec.rb in achecker-0.0.8

- old
+ new

@@ -19,10 +19,10 @@ </summary> </resultset> eos - stub_request(:get, "achecker.ca/checkacc.php") + stub_request(:get, "https://achecker.ca/checkacc.php") .with(:query => {"uri" => url, "id" => id, "output" => "rest"}) .to_return(:body => xml) api = Api.new(id)