Sha256: 5ee797fd3059e07c7c4d20ebc45bdea40f6ef38f28048a42580346c19cde4a9f
Contents?: true
Size: 325 Bytes
Versions: 5
Compression:
Stored size: 325 Bytes
Contents
require_relative '../../spec_helper' require_relative '../../../lib/reek/context/root_context' RSpec.describe Reek::Context::RootContext do before :each do @root = Reek::Context::RootContext.new end context 'full_name' do it 'reports full context' do expect(@root.full_name).to eq('') end end end
Version data entries
5 entries across 5 versions & 1 rubygems