Skip to content

Commit

Permalink
Merge pull request #195 from paybyphone/lowercase_datacenter
Browse files Browse the repository at this point in the history
A couple test fixes
  • Loading branch information
johnbellone committed Jul 21, 2015
2 parents a8d3060 + 4ca91a1 commit a95abcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

describe 'config file attributes' do
context command 'consul members -detailed' do
its(:stdout) { should match %r{\bdc=FortMeade\b} }
its(:stdout) { should match %r{\bdc=FortMeade\b}i }
end
end

Expand Down
2 changes: 2 additions & 0 deletions test/integration/default/serverspec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'serverspec'

set :backend, :exec

RSpec.configure do |c|
c.path = '/usr/local/bin:/sbin:/bin:/usr/bin'
end
2 changes: 2 additions & 0 deletions test/integration/packages/serverspec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'serverspec'

set :backend, :exec

RSpec.configure do |c|
c.path = '/usr/local/bin:/sbin:/bin:/usr/bin'
end

0 comments on commit a95abcb

Please sign in to comment.