Sha256: bb5e80efd4b7be8bde584e03a5e701b307b913a6d0c30e2666abaffd128ff6fb
Contents?: true
Size: 201 Bytes
Versions: 6
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).not_to reek end end end
Version data entries
6 entries across 6 versions & 1 rubygems