Remove useless, failing test; cleanup whitespace
This commit is contained in:
parent
1e1e4b566e
commit
fff34ecad3
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
describe 'apt::params', :type => :class do
|
describe 'apt::params', :type => :class do
|
||||||
let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian', :lsbdistcodename => 'wheezy', :puppetversion => Puppet.version, } }
|
let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian', :lsbdistcodename => 'wheezy', :puppetversion => Puppet.version, } }
|
||||||
let (:title) { 'my_package' }
|
|
||||||
|
|
||||||
it { is_expected.to contain_apt__params }
|
|
||||||
|
|
||||||
# There are 4 resources in this class currently
|
# There are 4 resources in this class currently
|
||||||
# there should not be any more resources because it is a params class
|
# there should not be any more resources because it is a params class
|
||||||
|
|
Loading…
Reference in a new issue