From 4cc3fb05df4cf43ad89ce130899fb322847edf6b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 5 May 2012 22:32:19 -0700 Subject: [PATCH] Passing unit tests --- test/unit/vagrant/plugin/v1_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/vagrant/plugin/v1_test.rb b/test/unit/vagrant/plugin/v1_test.rb index b4a477cf2..c187b3ab5 100644 --- a/test/unit/vagrant/plugin/v1_test.rb +++ b/test/unit/vagrant/plugin/v1_test.rb @@ -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