Test to verify solaris system

This commit is contained in:
Mitchell Hashimoto 2010-12-07 16:52:18 -08:00
parent 8f42d5e0d3
commit 54f86f236c
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@ class VMTest < Test::Unit::TestCase
context "with a symbol" do
should "initialize proper symbols" do
valid = {
:linux => Vagrant::Systems::Linux
:linux => Vagrant::Systems::Linux,
:solaris => Vagrant::Systems::Solaris
}
valid.each do |symbol, klass|