Sha256: cc689c4c589abb2ca959f7a183dae1cd8d68be197546bd909d01862521012aa5
Contents?: true
Size: 382 Bytes
Versions: 7
Compression:
Stored size: 382 Bytes
Contents
module Context module Steps module RubySteps def given_gem(context_suite) context_log "Installing #{context_suite.gem_to_install}" end def then_install_gem(context_suite) stop_test("Gem #{context_suite.gem_to_install} fail to install", :install_fail) unless system("gem install #{context_suite.gem_to_install}") end end end end
Version data entries
7 entries across 7 versions & 1 rubygems