Sha256: 528f9a5d889ab59cc4a8ac43fceab31297cb283d151bbcf61b1807d625f1986a

Contents?: true

Size: 489 Bytes

Versions: 180

Compression:

Stored size: 489 Bytes

Contents

# encoding: utf-8
#
require 'spec_helper'

describe 'bundling' do
  
  # TODO
  #
  # context 'loading bundler fails' do
  #   before(:each) do
  #     Kernel.should_receive(:require).once.with('bundler').and_raise LoadError.new
  #   end
  #   it 'does something' do
  #     Kernel.should_receive(:require).once.with 'rubygems'
  #     Kernel.should_receive(:require).once.with 'bundler'
  #     
  #     load File.expand_path '../../../lib/bundling.rb', __FILE__
  #   end
  # end
  
end

Version data entries

180 entries across 180 versions & 1 rubygems

Version Path
picky-4.31.3 spec/lib/bundling_spec.rb
picky-4.31.2 spec/lib/bundling_spec.rb
picky-4.31.1 spec/lib/bundling_spec.rb
picky-4.31.0 spec/lib/bundling_spec.rb
picky-4.30.0 spec/lib/bundling_spec.rb
picky-4.29.0 spec/lib/bundling_spec.rb
picky-4.28.1 spec/lib/bundling_spec.rb
picky-4.27.1 spec/lib/bundling_spec.rb
picky-4.27.0 spec/lib/bundling_spec.rb
picky-4.26.2 spec/lib/bundling_spec.rb
picky-4.26.1 spec/lib/bundling_spec.rb
picky-4.26.0 spec/lib/bundling_spec.rb
picky-4.25.3 spec/lib/bundling_spec.rb
picky-4.25.2 spec/lib/bundling_spec.rb
picky-4.25.1 spec/lib/bundling_spec.rb
picky-4.25.0 spec/lib/bundling_spec.rb
picky-4.24.0 spec/lib/bundling_spec.rb
picky-4.23.2 spec/lib/bundling_spec.rb
picky-4.23.1 spec/lib/bundling_spec.rb
picky-4.23.0 spec/lib/bundling_spec.rb