Sha256: 858e08cf8f7e20b86d16ad539224fe022a26bbbb5b5ddb2e6db28da1dd6b8221
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper' require 'meteo/weather_reporter' describe WeatherReporter do it 'has expected meteo status instance methods' do %w[fog rain moon sun clouds thunderstorm].each do |status| subject.methods.should include(status.to_sym) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
meteo-1.1.2 | spec/weather_reporter_spec.rb |
meteo-1.1.1 | spec/weather_reporter_spec.rb |
meteo-1.1.0 | spec/weather_reporter_spec.rb |