Skip to content

Commit

Permalink
Add rspec testing skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Apr 21, 2020
1 parent fc51df6 commit abe3ebb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ source 'https://rubygems.org'

gemspec

gem 'rspec'

group :release do
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/voxpupuli/github-changelog-generator', :branch => 'voxpupuli_essential_fixes'
end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'rspec/core'
3 changes: 3 additions & 0 deletions voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puppet-lint-variable_contains_upcase'
s.add_runtime_dependency 'puppet-lint-version_comparison-check'
s.add_runtime_dependency 'puppet-lint-resource_reference_syntax'

# development
s.add_development_dependency 'rspec'
end

0 comments on commit abe3ebb

Please sign in to comment.