Class: KubeClusterTest

Inherits:
Minitest::Test
  • Object
show all
Defined in:
lib/kube/cluster.rb

Instance Method Summary collapse

Instance Method Details

#test_versionObject



53
54
55
# File 'lib/kube/cluster.rb', line 53

def test_version
  refute_nil Kube::Cluster::VERSION
end