Sha256: 13d7973267b90ba2c484d51aa0c7616580cd451a12284e5bf1af7e6430c79e7d
Contents?: true
Size: 307 Bytes
Versions: 45
Compression:
Stored size: 307 Bytes
Contents
require "test_helper" class CommandInitCommandTest < Test::Unit::TestCase should "create a Vagrantfile in the environment's cwd" do path = vagrant_app env = Vagrant::Environment.new(:cwd => path) silence(:stdout) { env.cli("init") } assert File.exist?(path.join("Vagrantfile")) end end
Version data entries
45 entries across 45 versions & 6 rubygems