Sha256: 117bbf9cbc6b9acc441c020ce117749cc7fcec2fd534d9717ccab3317548131d
Contents?: true
Size: 408 Bytes
Versions: 12
Compression:
Stored size: 408 Bytes
Contents
require 'spec_helper' describe Ratis::Route 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 '#initialize' do it "description" do pending end end describe '#timetable' do it "description" do pending end end end
Version data entries
12 entries across 12 versions & 1 rubygems