Sha256: 032223c86bccad180847abe80ffdd9b42dabc472992dafd9d0108740f635853a
Contents?: true
Size: 511 Bytes
Versions: 11
Compression:
Stored size: 511 Bytes
Contents
Feature: smoke test of the test suite In order to trust my tests, As the developer of Vendorificator, I want to make sure that test environment itself does not emit smoke. Scenario: The default environment Given a repository with following Vendorfile: """ """ Then a file named "README" should exist And a 0 byte file named "Vendorfile" should exist And git repository is clean And git history has 1 commit And I'm on "master" branch And no other branch exists
Version data entries
11 entries across 11 versions & 1 rubygems