modules.gem int tests: (un)install a non-core gem

This commit is contained in:
Justin Findlay 2016-06-10 15:34:36 -06:00
parent 378dd7ca06
commit 9f3e18b037

View file

@ -17,8 +17,8 @@ import integration
import salt.utils
import salt.utils.http
GEM = 'rake'
GEM_VER = '11.1.2'
GEM = 'tidy'
GEM_VER = '1.1.2'
OLD_GEM = 'thor'
OLD_VERSION = '0.17.0'
DEFAULT_GEMS = ['bigdecimal', 'rake', 'json', 'rdoc']