Sha256: a3619386d9254f89ee6b1e7395398e9752c4a1c697b831c5bd660cc8affbd216
Contents?: true
Size: 740 Bytes
Versions: 1
Compression:
Stored size: 740 Bytes
Contents
require "spec_helper" require "mvcli/plugins/providers/bundle_provider" require "bundler/ui" describe "Bundle Provider" do # Given(:bundle) { MVCLI::BundleProvider.new } # Given(:dir) { Pathname(__FILE__).dirname.join('tmp/plugins') } # Given do # bundle.stub(:dir) { dir } # FileUtils.rm_rf dir.to_s # FileUtils.mkdir_p dir.to_s # end # describe "replacing a gem in the bundle" do # When { bundle.replace "trivium-timing", require: 'trivium-timing', path: File.expand_path('../../../../fixtures/plugins/timing-plugin', __FILE__) } # When { bundle.replace "ref" } # describe "activating the bundle" do # When { bundle.activate! } # Then { "it's in the classpath now" } # end # end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mvcli-0.1.0 | spec/mvcli/plugins/providers/bundle_provider_spec.rb |