Skip to content

Commit

Permalink
Remove limitation on http max-row-limit, + lint and spec fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebigum committed Dec 21, 2017
1 parent 26905ad commit 635761e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
let(:facts) { facts }

describe 'with default params' do
it { is_expected.to contain_anchor('influxdb::start') }
it { is_expected.to contain_class('influxdb::params') }
it { is_expected.to contain_class('influxdb') }
it { is_expected.to contain_class('influxdb::install') }
it { is_expected.to contain_class('influxdb::config') }
it { is_expected.to contain_class('influxdb::service') }
it { is_expected.to contain_anchor('influxdb::end') }

it { is_expected.to compile.with_all_deps }
end
Expand Down

0 comments on commit 635761e

Please sign in to comment.