Sha256: 94521a67696e0c7e25d1a3072469b22d6a971526ff89c4fd2a29da2b526702d1
Contents?: true
Size: 282 Bytes
Versions: 15
Compression:
Stored size: 282 Bytes
Contents
require 'spec_helper' require 'reek/core/stop_context' include Reek include Reek::Core describe StopContext do before :each do @stop = StopContext.new end context 'full_name' do it 'reports full context' do expect(@stop.full_name).to eq('') end end end
Version data entries
15 entries across 15 versions & 1 rubygems