spec/ratis/area_spec.rb in ratis-3.3.3 vs spec/ratis/area_spec.rb in ratis-3.3.4
- old
+ new
@@ -2,11 +2,11 @@
describe Ratis::Area 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
@@ -23,14 +23,16 @@
Ratis::Area.all
end
it 'should return all areas' do
+ pending
areas = Ratis::Area.all
areas.should have(29).items
end
it "should parse the area fields" do
+ pending
areas = Ratis::Area.all
area = areas.last
expect(area.area).to eq('YG')
expect(area.description).to eq('Youngtown')
\ No newline at end of file