Skip to content

Commit

Permalink
Merge pull request #21 from jarosser06/master
Browse files Browse the repository at this point in the history
fixed serverspec failures
  • Loading branch information
John Bellone committed Jul 5, 2014
2 parents d2c43b2 + 74810e3 commit 22a72a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/default/serverspec/localhost/consul_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
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} }
it { should return_stdout %r{\bbootstrap=1\b} }
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

0 comments on commit 22a72a8

Please sign in to comment.