Sha256: 2e40193fb9d23960369d7172c93c6acb02c8cb90fb453d21cb44d7bd07e86ad9
Contents?: true
Size: 314 Bytes
Versions: 10
Compression:
Stored size: 314 Bytes
Contents
require "acceptance_helper" RSpec.describe "User cleans the env" do describe "boxes env" do it "shows the environment details" do mktmpdir with_modified_env(BOXES_WORKING_DIR: tmpdir.to_s) do run_command("boxes env clean") end expect(tmpdir).not_to exist end end end
Version data entries
10 entries across 10 versions & 1 rubygems