Skip to content

Commit

Permalink
Remove duplicate test for 'dovecot-pgsql'
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulbhatia committed Jan 21, 2015
1 parent 2556719 commit 138aa00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/classes/dovecot_postgres_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
let(:facts) { {:operatingsystem => 'Debian', :operatingsystemrelease => '7.1'} }
let(:params) { {:dbname=>'name', :dbpassword=>'password', :dbusername =>'username' } }
it { should contain_package('dovecot-pgsql') }
it { should contain_package('dovecot-pgsql') }
it do
should contain_file('/etc/dovecot/dovecot-sql.conf.ext') \
.with_content(/^connect = host=localhost port=5432 dbname=name user=username password=password$/)
Expand Down

0 comments on commit 138aa00

Please sign in to comment.