Sha256: 9194c4fe2df832ee7548556eb76e8492523b9ed23b73b279f85eb39207c83a01
Contents?: true
Size: 313 Bytes
Versions: 6
Compression:
Stored size: 313 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper.rb' describe 'Reek source code:' do Dir['lib/**/*.rb'].each do |path| it "reports no smells in #{path}" do File.new(path).should_not reek end end it 'reports no smells via the Dir matcher' do Dir['lib/**/*.rb'].should_not reek end end
Version data entries
6 entries across 6 versions & 1 rubygems