bestwebua/rspec_file_chef

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem 'dry-configurable', '0.7'

group :test do
  gem 'rspec', '~> 3.9'
  gem 'simplecov', '~> 0.13'
  gem 'codeclimate-test-reporter', '~> 1.0', '>= 1.0.9'
end