Sha256: 6ea695a1a5404973724703780891affec5448dde74a8bb5ca3d7656b1a812f6d

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

require_relative '../../spec_helper'
require_relative '../../../lib/reek/core/stop_context'

describe Reek::Core::StopContext do
  before :each do
    @stop = Reek::Core::StopContext.new
  end

  context 'full_name' do
    it 'reports full context' do
      expect(@stop.full_name).to eq('')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reek-2.1.0 spec/reek/core/stop_context_spec.rb