Skip to content

Commit

Permalink
Merge pull request #134 from petems/refactor_unit_tests
Browse files Browse the repository at this point in the history
Refactor unit tests
  • Loading branch information
petems authored Nov 30, 2016
2 parents 9711564 + f8a43de commit a3b73e2
Show file tree
Hide file tree
Showing 5 changed files with 1,011 additions and 972 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ doc
log/
pkg
spec/fixtures
.bundle/
4 changes: 4 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--format d
--color
--tty
--backtrace
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ group :test do
gem 'puppet-lint-variable_contains_upcase', :require => false
gem 'metadata-json-lint', :require => false
gem 'puppet-strings', '0.4.0', :require => false
gem 'puppet_facts', :require => false
gem 'rubocop-rspec', '~> 1.6', :require => false if RUBY_VERSION >= '2.3.0'
gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0'
gem 'safe_yaml', '~> 1.0.4', :require => false
Expand Down
Loading

0 comments on commit a3b73e2

Please sign in to comment.