Sha256: 4e91fb0108a064a1dea065872d17c138571f11c127589dd722317b41b99d239e
Contents?: true
Size: 654 Bytes
Versions: 11
Compression:
Stored size: 654 Bytes
Contents
Feature: We can manage the boxes environment Scenario: It shows the environment by default When I run `boxes env` Then the output should contain "Configuration:" Then the output should contain "Environment Variables:" And the exit status should be 0 Scenario: It has a show command When I run `boxes env show` Then the output should contain "Configuration:" Then the output should contain "Environment Variables:" And the exit status should be 0 Scenario: It can clean the environment When I run `boxes env clean` Then the directory named "~/.boxes/env" does not exist And the exit status should be 0
Version data entries
11 entries across 11 versions & 2 rubygems