Skip to content

Commit

Permalink
remove buggy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sutter committed Jan 22, 2016
1 parent d863176 commit 8563e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
:lsbdistid => 'debian',
:lsbdistcodename => 'jessie',
}}
it { is_expected.to contain_file('/etc/gitlab/gitlab.rb') }

describe 'edition = ce' do
let(:params) { {:edition => 'ce'} }
it { is_expected.to contain_package('gitlab-ce').with_ensure('installed') }
Expand Down

0 comments on commit 8563e43

Please sign in to comment.