spec/alert_spec.rb in gull-0.2.11 vs spec/alert_spec.rb in gull-0.2.12

- old
+ new

@@ -51,9 +51,10 @@ expect(second.polygon).to be_nil expect(second.vtec).to be_nil third = alerts[2] expect(third.vtec).to be_nil + expect(third.link).to be_nil end it 'should fetch from url in options' do xml = File.read 'spec/fixtures/alerts.xml'