Commit 38cb3293 authored by Shinya Maeda's avatar Shinya Maeda

Update kubernetes_service_spec.rb

parent fe9fc0af
......@@ -39,7 +39,7 @@ describe KubernetesService, :use_clean_rails_memory_store_caching do
'a' * 64 => false,
'a.b' => false,
'a*b' => false,
'FOO' => true,
'FOO' => true
}.each do |namespace, validity|
it "validates #{namespace} as #{validity ? 'valid' : 'invalid'}" do
subject.namespace = namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment