Sha256: bae3dd8e9f5fd6069a312f669ce19e7311445ea312bff01dcf9cefa524f6bad7

Contents?: true

Size: 457 Bytes

Versions: 34

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

34 entries across 34 versions & 1 rubygems

Version Path
cuboid-0.1.6.1 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.6 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.5 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.4 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.3 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.2 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.1 spec/cuboid/application/runtime_spec.rb
cuboid-0.1.0 spec/cuboid/application/runtime_spec.rb
cuboid-0.0.5 spec/cuboid/application/runtime_spec.rb
cuboid-0.0.4 spec/cuboid/application/runtime_spec.rb
cuboid-0.0.3 spec/cuboid/application/runtime_spec.rb
cuboid-0.0.3alpha spec/cuboid/application/runtime_spec.rb
cuboid-0.0.2alpha spec/cuboid/application/runtime_spec.rb
cuboid-0.0.1alpha spec/cuboid/application/runtime_spec.rb