Test to verify solaris system
This commit is contained in:
parent
8f42d5e0d3
commit
54f86f236c
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue