Sha256: 58b1453c0cdaba9f5bc1259f2f40afa711f21133c0e904c75bd1a1906c4721ad
Contents?: true
Size: 543 Bytes
Versions: 65
Compression:
Stored size: 543 Bytes
Contents
Feature: Packagability To make Flapjack usable to the masses It must be easily packagable Scenario: No rubygems references Given I am at the project root When I run "grep require lib/* bin/* -R |grep rubygems" Then the exit status should be 1 And I should see 0 lines of output Scenario: A shebang that works everywhere Given I am at the project root 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
65 entries across 65 versions & 1 rubygems