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