Skip to content

Commit 6ea15ec

Browse files
committed
Remove redundant type: define in spec
rspec-puppet can figure this out by itself
1 parent f0f16bc commit 6ea15ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/defines/db_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'spec_helper'
22

3-
describe 'mongodb::db', type: :define do
3+
describe 'mongodb::db' do
44
context 'default' do
55
let(:title) { 'testdb' }
66

0 commit comments

Comments
 (0)