Sha256: 135a0e8ce89a80e24a46c98aba596831d48b084ebde814cde7d8872b157888e7
Contents?: true
Size: 450 Bytes
Versions: 42
Compression:
Stored size: 450 Bytes
Contents
require 'aruba/api' require 'aruba-doubles' Given /^I'm using a clean gemset "([^"]*)" containing fwtoolkit.gem$/ do |gemset| use_clean_gemset(gemset) # Copying over the bundle generated cache to avoid failing a test for a network timeout FileUtils.cp_r 'vendor/cache', File.join(ENV['GEM_HOME'], 'cache') run_simple("sh -c 'cd ../..; gem build ./fwtoolkit.gemspec; gem install --no-ri --no-rdoc fwtoolkit-*.gem; rm fwtoolkit-*.gem'") end
Version data entries
42 entries across 42 versions & 1 rubygems