Sha256: 12f6e25027b79ee6e6a4d72f02e81ae6294fb4362770d1ec7d865047acb457f7
Contents?: true
Size: 337 Bytes
Versions: 5
Compression:
Stored size: 337 Bytes
Contents
require 'spec_helper' describe Ratis::Itinerary 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 "does something" do pending end end end
Version data entries
5 entries across 5 versions & 1 rubygems