Skip to content

Commit

Permalink
Migrate refernce docu from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cruelsmith committed Aug 18, 2023
1 parent a1f2a20 commit 6e871e1
Show file tree
Hide file tree
Showing 45 changed files with 5,006 additions and 1,579 deletions.
6 changes: 6 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
spec/spec_helper.rb:
mock_with: ":rspec"

Gemfile:
optional:
':development':
- gem: 'puppet-strings' # needed since pdk has no auto reference for it
version: '>= 3.0.1'
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ group :development do
gem "rubocop-performance", '= 1.16.0', require: false
gem "rubocop-rspec", '= 2.19.0', require: false
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-strings", '>= 3.0.1', require: false
end
group :system_tests do
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
Expand Down
Loading

0 comments on commit 6e871e1

Please sign in to comment.