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