Sha256: 1d26857f83eec58a070019abb97c08d4cd8a7ad7d1449e37d1444ea2d08d1b06
Contents?: true
Size: 425 Bytes
Versions: 29
Compression:
Stored size: 425 Bytes
Contents
require "spec_helper" describe "bundle pack with gems" do describe "when there are only gemsources" do before :each do gemfile <<-G gem 'rack' G system_gems "rack-1.0.0" bundle :pack end it "locks the gemfile" do bundled_app("Gemfile.lock").should exist end it "caches the gems" do bundled_app("vendor/cache/rack-1.0.0.gem").should exist end end end
Version data entries
29 entries across 29 versions & 3 rubygems