Clean up tests a bit more

This commit is contained in:
Mitchell Hashimoto 2012-11-04 08:10:48 -08:00
parent 0ca783e8d1
commit efa0a6b8c2
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ describe Vagrant::Config::V1::Loader do
it "should call `#finalize` on the configuration object" do it "should call `#finalize` on the configuration object" do
# Register a plugin for our test # Register a plugin for our test
register_plugin do |plugin| register_plugin do |plugin|
plugin.name "test"
plugin.config "foo" do plugin.config "foo" do
Class.new do Class.new do
attr_accessor :bar attr_accessor :bar