vagrant/test/unit/plugins/pushes/noop/config_test.rb

15 lines
281 B
Ruby
Raw Normal View History

2014-10-23 02:29:23 +00:00
require_relative "../../../base"
require Vagrant.source_root.join("plugins/pushes/noop/config")
describe VagrantPlugins::NoopDeploy::Config do
include_context "unit"
subject { described_class.new }
let(:machine) { double("machine") }
describe "#validate" do
end
end