diff --git a/test/integration/default/serverspec/localhost/consul_spec.rb b/test/integration/default/serverspec/localhost/consul_spec.rb index bbb0fea0..29d0ca05 100644 --- a/test/integration/default/serverspec/localhost/consul_spec.rb +++ b/test/integration/default/serverspec/localhost/consul_spec.rb @@ -24,7 +24,7 @@ end end -describe command 'consul members' do +describe command 'consul members -detailed' do it { should return_exit_status 0 } it { should return_stdout %r{\balive\b} } it { should return_stdout %r{\brole=consul\b} } @@ -32,7 +32,7 @@ end describe 'config file attributes' do - context command 'consul members' do + context command 'consul members -detailed' do it { should return_stdout %r{\bdc=FortMeade\b} } end end