Sha256: d6e072f5f9011f7d4eaa3d249dbc8d2614e77d4a5fe550b2d1a2f1e62f04eb0f
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
module Polytrix describe Configuration do subject(:configuration) { Configuration.new } it 'creates a logger' do expect(configuration.logger).to be_kind_of Logger end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polytrix-0.0.1 | spec/polytrix/configuration_spec.rb |