#!/usr/bin/ruby.ruby2.5 

# This is the command-line runner for acceptance testing various
# components of Vagrant itself.

require "vagrant-spec/cli"
Vagrant::Spec::CLI.start(ARGV)
