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.22.0 spec/lib/bundling_spec.rb
picky-4.21.2 spec/lib/bundling_spec.rb
picky-4.21.1 spec/lib/bundling_spec.rb
picky-4.21.0 spec/lib/bundling_spec.rb
picky-4.20.2 spec/lib/bundling_spec.rb
picky-4.20.1 spec/lib/bundling_spec.rb
picky-4.20.0 spec/lib/bundling_spec.rb
picky-4.19.7 spec/lib/bundling_spec.rb
picky-4.19.6 spec/lib/bundling_spec.rb
picky-4.19.5 spec/lib/bundling_spec.rb
picky-4.19.4 spec/lib/bundling_spec.rb
picky-4.19.3 spec/lib/bundling_spec.rb
picky-4.19.2 spec/lib/bundling_spec.rb
picky-4.19.1 spec/lib/bundling_spec.rb
picky-4.19.0 spec/lib/bundling_spec.rb
picky-4.18.0 spec/lib/bundling_spec.rb
picky-4.17.1 spec/lib/bundling_spec.rb
picky-4.17.0 spec/lib/bundling_spec.rb
picky-4.16.0 spec/lib/bundling_spec.rb
picky-4.15.1 spec/lib/bundling_spec.rb