Skip to content

Commit

Permalink
Remove useless, failing test; cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed May 24, 2016
1 parent 1e1e4b5 commit fff34ec
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spec/classes/params_spec.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
require 'spec_helper'
describe 'apt::params', :type => :class do
let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian', :lsbdistcodename => 'wheezy', :puppetversion => Puppet.version, } }
let (:title) { 'my_package' }

it { is_expected.to contain_apt__params }
let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian', :lsbdistcodename => 'wheezy', :puppetversion => Puppet.version, } }

# There are 4 resources in this class currently
# there should not be any more resources because it is a params class
Expand All @@ -13,7 +10,7 @@
end

describe "With lsb-release not installed" do
let(:facts) { { :osfamily => 'Debian', :puppetversion => Puppet.version, } }
let(:facts) { { :osfamily => 'Debian', :puppetversion => Puppet.version, } }
let (:title) { 'my_package' }

it do
Expand Down

0 comments on commit fff34ec

Please sign in to comment.