require 'spec_helper' describe ElastiConf::Config do it 'should be a module' do subject.should be_a(Module) end end