We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d5707 commit edabb58Copy full SHA for edabb58
README.md
@@ -16,7 +16,7 @@ http://mailcatcher.me/
16
Current dependencies are:
17
18
* 'puppetlabs/stdlib', '>= 2.1.0'
19
- * 'puppetlabs/ruby'
+ * 'puppetlabs/ruby', '>=0.1.0'
20
21
## Usage
22
spec/classes/mailcatcher_spec.rb
@@ -11,10 +11,6 @@
11
12
describe 'by default it' do
13
it { should compile.with_all_deps }
14
- it { should contain_package('ruby-dev') }
15
- it { should contain_package('sqlite3') }
- it { should contain_package('libsqlite3-dev') }
- it { should contain_package('rubygems') }
it { should contain_package('mailcatcher').with({ 'provider' => 'gem'}) }
it { should contain_user('mailcatcher') }
it 'should contain a properly formatted start up configuration for upstart' do
0 commit comments