Sha256: bad8b8282102f00451f40cc355a2c207036485a147f1c1c83cebcb30b079200b

Contents?: true

Size: 450 Bytes

Versions: 20

Compression:

Stored size: 450 Bytes

Contents

require_relative '../../spec_helper'
require_lib 'reek/configuration/default_directive'

RSpec.describe Reek::Configuration::DefaultDirective do
  describe '#add' do
    let(:directives) { {}.extend(described_class) }

    it 'adds a smell configuration' do
      directives.add(UncommunicativeVariableName: { enabled: false })
      expect(directives).to eq(Reek::SmellDetectors::UncommunicativeVariableName => { enabled: false })
    end
  end
end

Version data entries

20 entries across 18 versions & 2 rubygems

Version Path
reek-6.0.3 spec/reek/configuration/default_directive_spec.rb
reek-6.0.2 spec/reek/configuration/default_directive_spec.rb
reek-6.0.1 spec/reek/configuration/default_directive_spec.rb
reek-6.0.0 spec/reek/configuration/default_directive_spec.rb
reek-5.6.0 spec/reek/configuration/default_directive_spec.rb
reek-5.5.0 spec/reek/configuration/default_directive_spec.rb
reek-5.4.1 spec/reek/configuration/default_directive_spec.rb
reek-5.4.0 spec/reek/configuration/default_directive_spec.rb
reek-5.3.2 spec/reek/configuration/default_directive_spec.rb
reek-5.3.1 spec/reek/configuration/default_directive_spec.rb
reek-5.3.0 spec/reek/configuration/default_directive_spec.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/spec/reek/configuration/default_directive_spec.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/spec/reek/configuration/default_directive_spec.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/spec/reek/configuration/default_directive_spec.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/spec/reek/configuration/default_directive_spec.rb
reek-5.2.0 spec/reek/configuration/default_directive_spec.rb
reek-5.1.0 spec/reek/configuration/default_directive_spec.rb
reek-5.0.2 spec/reek/configuration/default_directive_spec.rb
reek-5.0.1 spec/reek/configuration/default_directive_spec.rb
reek-5.0.0 spec/reek/configuration/default_directive_spec.rb