Skip to content

Commit 8dcf3bd

Browse files
committed
Apparently with_all_deps is unnecessary
1 parent 21a8ef7 commit 8dcf3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/repo_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let(:facts) { os_facts }
99

1010
describe 'works without params' do
11-
it { is_expected.to compile.with_all_deps }
11+
it { is_expected.to compile }
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)