Sha256: e40f0b8dbfb6c97df8f817385bb57cb025f1656f164293c886ed01d6ab596a04
Contents?: true
Size: 201 Bytes
Versions: 35
Compression:
Stored size: 201 Bytes
Contents
require_relative '../spec_helper' RSpec.describe 'Reek source code' do it 'has no smells' do Pathname.glob('lib/**/*.rb').each do |pathname| expect(pathname).to_not reek end end end
Version data entries
35 entries across 35 versions & 1 rubygems