Skip to content

Commit edabb58

Browse files
committed
Cleaned up un-necessary fixtures and module dependencies.
1 parent a0d5707 commit edabb58

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ http://mailcatcher.me/
1616
Current dependencies are:
1717

1818
* 'puppetlabs/stdlib', '>= 2.1.0'
19-
* 'puppetlabs/ruby'
19+
* 'puppetlabs/ruby', '>=0.1.0'
2020

2121
## Usage
2222

Diff for: spec/classes/mailcatcher_spec.rb

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111

1212
describe 'by default it' do
1313
it { should compile.with_all_deps }
14-
it { should contain_package('ruby-dev') }
15-
it { should contain_package('sqlite3') }
16-
it { should contain_package('libsqlite3-dev') }
17-
it { should contain_package('rubygems') }
1814
it { should contain_package('mailcatcher').with({ 'provider' => 'gem'}) }
1915
it { should contain_user('mailcatcher') }
2016
it 'should contain a properly formatted start up configuration for upstart' do

0 commit comments

Comments
 (0)