diff --git a/test/vagrant/vm_test.rb b/test/vagrant/vm_test.rb index 60126c575..9325a7325 100644 --- a/test/vagrant/vm_test.rb +++ b/test/vagrant/vm_test.rb @@ -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|