Sha256: 2ade190b1b1591a755e8f0acfce3504a34fdd39f045fc2f2bf4c4c79b032b4f1

Contents?: true

Size: 275 Bytes

Versions: 11

Compression:

Stored size: 275 Bytes

Contents

require 'spec_helper'

describe Empezar::Configuration do 
  it 'should be a Singleton' do 
    Empezar::Configuration.ancestors.should include Singleton
  end

  it 'should inherit from SymbolMatrix' do 
    Empezar::Configuration.superclass.should == SymbolMatrix
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
empezar-0.4.1 spec/empezar/configuration_spec.rb
empezar-0.4.0 spec/empezar/configuration_spec.rb
empezar-0.3.1 spec/empezar/configuration_spec.rb
empezar-0.3.0 spec/empezar/configuration_spec.rb
empezar-0.2.0 spec/empezar/configuration_spec.rb
empezar-0.1.3 spec/empezar/configuration_spec.rb
empezar-0.1.2 spec/empezar/configuration_spec.rb
empezar-0.1.1 spec/empezar/configuration_spec.rb
empezar-0.1.0 spec/empezar/configuration_spec.rb
empezar-0.0.2 spec/empezar/configuration_spec.rb
empezar-0.0.1 spec/empezar/configuration_spec.rb