Sha256: 05a2cebcaaa9614480c3a5d310e513e0eaa2c3f51fe1772f751f2e93378c2ccd
Contents?: true
Size: 471 Bytes
Versions: 2
Compression:
Stored size: 471 Bytes
Contents
Feature: Packagability To make Flapjack usable to the masses It must be easily packagable Scenario: No rubygems references When I run `grep require lib/* bin/* -R |grep rubygems` Then the exit value should be 1 And I should see 0 lines of output Scenario: A shebang that works everywhere When I run `find lib/ -type 'f' -name '*.rb'` Then the exit value should be 0 And every file in the output should start with "#!/usr/bin/env ruby"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flapjack-0.7.29 | features/packaging-lintian.feature |
flapjack-0.7.28 | features/packaging-lintian.feature |