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