Sha256: 1a01f110d2f6743bc69acee552887b87b2d300ef0c210132a4ef7484f9f106fe

Contents?: true

Size: 335 Bytes

Versions: 13

Compression:

Stored size: 335 Bytes

Contents

require 'helper'

describe Gamebox do
  describe '.configure' do
    it 'yields the configuration object to the given block'
    it 'raises if no block is given'
  end

  describe '.configuration' do
    it 'returns a new configuration object on first call'
    it 'returns the same configuration object on subsequent calls'
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
gamebox-0.5.5 spec/core/core_spec.rb
gamebox-0.5.4 spec/core/core_spec.rb
gamebox-0.5.2 spec/core/core_spec.rb
gamebox-0.5.1 spec/core/core_spec.rb
gamebox-0.5.0 spec/core/core_spec.rb
gamebox-0.4.1 spec/core/core_spec.rb
gamebox-0.4.0 spec/core/core_spec.rb
gamebox-0.4.0.rc11 spec/core/core_spec.rb
gamebox-0.4.0.rc5 spec/core/core_spec.rb
gamebox-0.4.0.rc4 spec/core/core_spec.rb
gamebox-0.4.0.rc3 spec/core/core_spec.rb
gamebox-0.4.0.rc2 spec/core/core_spec.rb
gamebox-0.4.0.rc1 spec/core/core_spec.rb