Sha256: 378e280a0855f16b1f29a2671e2c6b0b512ebccba0877b54672e78c2d39e5779

Contents?: true

Size: 252 Bytes

Versions: 49

Compression:

Stored size: 252 Bytes

Contents

require 'spec_helper'

describe 'bundler' do
  before do
    mock_config do
      use_recipes :bundler
      set :deploy_to, '/foo/bar'
    end
  end

  it 'uses bundler alias for bundle recipe' do
    config.used_recipes.should == [:bundle]
  end
end

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
capistrano-deploy-management-0.1.5 spec/bundle_spec.rb
capistrano-deploy-management-0.1.4 spec/bundle_spec.rb
capistrano-deploy-management-0.1.3 spec/bundle_spec.rb
capistrano-deploy-management-0.1.2 spec/bundle_spec.rb
capistrano-deploy-management-0.1.1 spec/bundle_spec.rb
capistrano-deploy-management-0.1.0 spec/bundle_spec.rb
capistrano-deploy-0.3.2 spec/bundle_spec.rb
capistrano-deploy-0.3.1 spec/bundle_spec.rb
capistrano-deploy-0.3.0 spec/bundle_spec.rb