spec/ratis/route_stops_spec.rb in ratis-3.4.3 vs spec/ratis/route_stops_spec.rb in ratis-3.5.0
- old
+ new
@@ -1,17 +1,8 @@
require 'spec_helper'
describe Ratis::RouteStops do
- before do
- Ratis.reset
- Ratis.configure do |config|
- config.endpoint = 'http://soap.valleymetro.org/cgi-bin-soap-web-262/soap.cgi'
- config.namespace = 'PX_WEB'
- end
- end
-
- describe '.all', vcr: {} do
-
+ describe '#all', vcr: {} do
before do
@today = Time.now.strftime("%m/%d/%Y")
@conditions = {:route => '1',
:direction => 'E',
:order => 'A' }