File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Dovecot Cookbook
7
7
[ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/dovecot.svg?style=flat )] ( https://supermarket.chef.io/cookbooks/dovecot )
8
8
[ ![ Dependency Status] ( http://img.shields.io/gemnasium/zuazo/dovecot-cookbook.svg?style=flat )] ( https://gemnasium.com/zuazo/dovecot-cookbook )
9
9
[ ![ Code Climate] ( http://img.shields.io/codeclimate/github/zuazo/dovecot-cookbook.svg?style=flat )] ( https://codeclimate.com/github/zuazo/dovecot-cookbook )
10
- [ ![ Build Status] ( http://img.shields.io/travis/zuazo/dovecot-cookbook/3.2.0 .svg?style=flat )] ( https://travis-ci.org/zuazo/dovecot-cookbook )
10
+ [ ![ Build Status] ( http://img.shields.io/travis/zuazo/dovecot-cookbook.svg?style=flat )] ( https://travis-ci.org/zuazo/dovecot-cookbook )
11
11
[ ![ Inline docs] ( http://inch-ci.org/github/zuazo/dovecot-cookbook.svg?branch=master&style=flat )] ( http://inch-ci.org/github/zuazo/dovecot-cookbook )
12
12
13
13
[ Chef] ( https://www.chef.io/ ) cookbook to install and configure [ Dovecot] ( http://www.dovecot.org/ ) , open source IMAP and POP3 email server.
Original file line number Diff line number Diff line change 90
90
end
91
91
end
92
92
93
- context 'on Ubuntu 13.10 ' do
93
+ context 'on Ubuntu 14.04 ' do
94
94
let ( :chef_runner ) do
95
- ChefSpec ::SoloRunner . new ( platform : 'ubuntu' , version : '13.10 ' )
95
+ ChefSpec ::SoloRunner . new ( platform : 'ubuntu' , version : '14.04 ' )
96
96
end
97
97
98
98
it 'uses the upstart provider' do
You can’t perform that action at this time.
0 commit comments