Sha256: a74b62226d491234c3d906bf9b5d1963b5b8b9c3e1bcf968d9350490ba93dbe8
Contents?: true
Size: 472 Bytes
Versions: 4
Compression:
Stored size: 472 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 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 every file in the output should start with "#!/usr/bin/env ruby"
Version data entries
4 entries across 4 versions & 1 rubygems