Sha256: e78adc32c8bafe55e3d121c097acc63d16fe999bf0617d79fe34ffd56bc0f2db

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

describe NetworkExecutive::OffAir do
  it { should be_a NetworkExecutive::Program }

  its(:display_name) { should == 'Off Air' }

  its(:duration) { should == 15.minutes }

  its(:url) { should == '/programs/off_air' }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
network_executive-0.0.8 spec/programs/off_air_spec.rb
network_executive-0.0.7 spec/programs/off_air_spec.rb