Sha256: bae3dd8e9f5fd6069a312f669ce19e7311445ea312bff01dcf9cefa524f6bad7

Contents?: true

Size: 457 Bytes

Versions: 32

Compression:

Stored size: 457 Bytes

Contents

require 'spec_helper'

describe Cuboid::Application::Runtime do
    include_examples 'application'

    describe '#state' do
        it 'provides access to the application runtime state'
    end

    describe '#state=' do
        it 'sets the application runtime state'
    end

    describe '#data' do
        it 'provides access to the application runtime data'
    end

    describe '#data=' do
        it 'sets the application runtime data'
    end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
cuboid-0.2.11 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.10 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.9 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.8 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.7 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.6 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.5 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.4.2 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.4.1 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.4 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.3 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.2 spec/cuboid/application/runtime_spec.rb
cuboid-0.2.1 spec/cuboid/application/runtime_spec.rb
cuboid-0.2 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.9.1 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.9 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.8 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.7 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.6.1 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.6 spec/cuboid/application/runtime_spec.rb