Sha256: 4026d28b312de2e7a4413fd90bacedd0d736d0e36ee14572afa3564840cf1d23
Contents?: true
Size: 477 Bytes
Versions: 57
Compression:
Stored size: 477 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 status should not be 0 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 status should be 0 And every file in the output should start with "#!/usr/bin/env ruby"
Version data entries
57 entries across 57 versions & 1 rubygems