Skip to content

Commit

Permalink
Merge pull request #240 from bmjen/fix-ci
Browse files Browse the repository at this point in the history
(maint) Fixes acceptance test error on CI
  • Loading branch information
hunner committed Jun 3, 2016
2 parents 6d68d79 + a21e483 commit f636473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/defaults_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper_acceptance'

describe "frontend backend defines with defaults", :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
describe "frontend backend defines with defaults" do
it 'should be able to configure defaults with puppet' do
pp = <<-EOS
class { 'haproxy::globals':
Expand Down

0 comments on commit f636473

Please sign in to comment.