spec/ratis/route_stops_spec.rb in ratis-3.3.3 vs spec/ratis/route_stops_spec.rb in ratis-3.3.4
- old
+ new
@@ -2,10 +2,10 @@
describe Ratis::RouteStops do
before do
Ratis.reset
Ratis.configure do |config|
- config.endpoint = 'http://soap.valleymetro.org/cgi-bin-soap-web-252/soap.cgi'
+ config.endpoint = 'http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi'
config.namespace = 'PX_WEB'
end
end
describe '#all' do