mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Remove :focus tag (accidentally left from previous commit)
This commit is contained in:
parent
f009db6101
commit
8b3ec500c8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ require_relative "../../../../base"
|
|||
|
||||
require Vagrant.source_root.join("plugins/provisioners/chef/config/base")
|
||||
|
||||
describe VagrantPlugins::Chef::Config::Base, :focus do
|
||||
describe VagrantPlugins::Chef::Config::Base do
|
||||
include_context "unit"
|
||||
|
||||
subject { described_class.new }
|
||||
|
|
|
|||
Loading…
Reference in a new issue