Mark box_collection_test to require bsdtar
These tests implicitly require bsdtar and should be skipped if the binary is not available.
This commit is contained in:
parent
d14bd02230
commit
be63d8a88f
@ -3,7 +3,7 @@ require File.expand_path("../../base", __FILE__)
|
||||
require "pathname"
|
||||
require 'tempfile'
|
||||
|
||||
describe Vagrant::BoxCollection, :skip_windows do
|
||||
describe Vagrant::BoxCollection, :skip_windows, :bsdtar do
|
||||
include_context "unit"
|
||||
|
||||
let(:box_class) { Vagrant::Box }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user