summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-20 21:58:08 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-20 21:59:03 -0800
commitc812ebaa631ad00d9d7e136fbe545e18d2589ef8 (patch)
treeebd0024061af1a458782d72e4ad01637c8efefb0 /Gemfile
parentda21a6a7908bb7796a6a3bde3223dbc86ed63121 (diff)
downloadwmi-lite-c812ebaa631ad00d9d7e136fbe545e18d2589ef8.tar.gz
Add all the dev deps we need for testing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e3b6279..c970eae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,8 +8,16 @@ group :docs do
gem "github-markup"
end
-group :debug do
+group :test do
+ gem "chefstyle"
+ gem "rspec", "~> 3.1"
+ gem "rake"
+end
+
+group :development do
gem "pry"
gem "pry-byebug"
gem "pry-stack_explorer"
+ gem "rb-readline"
+ gem "simplecov", "~> 0.9"
end