Sha256: f56b23f5d61602ec302ed6ea0f5b4ee6af9fa2ce5c9cb3617bee73f80d7e9cbd
Contents?: true
Size: 378 Bytes
Versions: 6
Compression:
Stored size: 378 Bytes
Contents
require 'minitest/autorun' require 'beaker-hostgenerator/cli' class TestUtil < Minitest::Test def test_new_with_list_option assert_instance_of(String, BeakerHostGenerator::CLI.new(['--list']).execute) end def test_version_option assert_equal(BeakerHostGenerator::Version::STRING, BeakerHostGenerator::CLI.new(['--version']).execute) end end
Version data entries
6 entries across 6 versions & 1 rubygems