Class: KubeCtlTest

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

Instance Method Summary collapse

Instance Method Details

#test_versionObject



31
32
33
# File 'lib/kube/ctl.rb', line 31

def test_version
  refute_nil Kube::Ctl::VERSION
end