Sha256: 2945f1f71e46a10b6491ce18500f53ae787298ba1f15a1102a5a5ae8bb36001a

Contents?: true

Size: 343 Bytes

Versions: 23

Compression:

Stored size: 343 Bytes

Contents

require_relative '../../spec_helper'
require_lib 'reek/context/root_context'

RSpec.describe Reek::Context::RootContext do
  describe '#full_name' do
    it 'reports full context' do
      ast = Reek::Source::SourceCode.from('foo = 1').syntax_tree
      root = described_class.new(ast)
      expect(root.full_name).to eq('')
    end
  end
end

Version data entries

23 entries across 21 versions & 2 rubygems

Version Path
reek-6.0.3 spec/reek/context/root_context_spec.rb
reek-6.0.2 spec/reek/context/root_context_spec.rb
reek-6.0.1 spec/reek/context/root_context_spec.rb
reek-6.0.0 spec/reek/context/root_context_spec.rb
reek-5.6.0 spec/reek/context/root_context_spec.rb
reek-5.5.0 spec/reek/context/root_context_spec.rb
reek-5.4.1 spec/reek/context/root_context_spec.rb
reek-5.4.0 spec/reek/context/root_context_spec.rb
reek-5.3.2 spec/reek/context/root_context_spec.rb
reek-5.3.1 spec/reek/context/root_context_spec.rb
reek-5.3.0 spec/reek/context/root_context_spec.rb
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/spec/reek/context/root_context_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/context/root_context_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/context/root_context_spec.rb
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/spec/reek/context/root_context_spec.rb
reek-5.2.0 spec/reek/context/root_context_spec.rb
reek-5.1.0 spec/reek/context/root_context_spec.rb
reek-5.0.2 spec/reek/context/root_context_spec.rb
reek-5.0.1 spec/reek/context/root_context_spec.rb
reek-5.0.0 spec/reek/context/root_context_spec.rb