1
0
mirror of https://github.com/jcwimer/docker-swarm-autoscaler synced 2026-05-18 10:34:45 +00:00

First release with tests

This commit is contained in:
2019-12-18 13:35:37 -05:00
parent 4c4c972dbd
commit 0f2424221a
15 changed files with 797 additions and 44 deletions

8
tests/Gemfile Normal file
View File

@@ -0,0 +1,8 @@
source 'https://rubygems.org'
ruby '2.6.3'
gem 'awesome_print', '~> 1.8'
gem 'guard-rspec', require: false
gem 'pry-byebug', '~> 3.7'
gem 'rspec-shell-expectations'
gem 'rake'
gem 'rspec'