Passing unit tests

This commit is contained in:
Mitchell Hashimoto 2012-05-05 22:32:19 -07:00
parent b7854c1ef6
commit 4cc3fb05df
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ describe Vagrant::Plugin::V1 do
end
# Check that the command class subclasses the easy command base
plugin.command[:foo].should < Vagrant::EasyCommand::Base
plugin.command[:foo].should < Vagrant::Easy::CommandBase
end
end