spec/noaa_alerts_spec.rb in noaa-alerts-0.1.1 vs spec/noaa_alerts_spec.rb in noaa-alerts-0.1.2

- old
+ new

@@ -18,9 +18,10 @@ its(:alerts) { should_not be_empty } describe Noaa::Alert do subject { Noaa::Client.new("ny").alerts.first } + its(:url) { should_not be_empty } its(:event) { should_not be_empty } its(:urgency) { should_not be_empty } its(:severity) { should_not be_empty } its(:headline) { should_not be_empty } its(:locations) { should_not be_empty }