Passing unit tests
This commit is contained in:
parent
b7854c1ef6
commit
4cc3fb05df
|
@ -107,7 +107,7 @@ describe Vagrant::Plugin::V1 do
|
||||||
end
|
end
|
||||||
|
|
||||||
# Check that the command class subclasses the easy command base
|
# 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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue