Sha256: 5bb7423c25189e0142b1009c3b7fac4f1216af8aeeb08722b6b1872198a2cd40

Contents?: true

Size: 255 Bytes

Versions: 5

Compression:

Stored size: 255 Bytes

Contents

describe NetworkExecutive::Network do

  it 'should maintain a collection of channels' do
    described_class.channels.should be_a Array
  end

  it 'should maintain a collection of programs' do
    described_class.programming.should be_a Array
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
network_executive-0.0.8 spec/models/network_spec.rb
network_executive-0.0.7 spec/models/network_spec.rb
network_executive-0.0.4 spec/models/network_spec.rb
network_executive-0.0.3 spec/models/network_spec.rb
network_executive-0.0.2 spec/models/network_spec.rb