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.15.0 spec/lib/bundling_spec.rb
picky-4.14.0 spec/lib/bundling_spec.rb
picky-4.13.1 spec/lib/bundling_spec.rb
picky-4.13.0 spec/lib/bundling_spec.rb
picky-4.12.13 spec/lib/bundling_spec.rb
picky-4.12.12 spec/lib/bundling_spec.rb
picky-4.12.11 spec/lib/bundling_spec.rb
picky-4.12.10 spec/lib/bundling_spec.rb
picky-4.12.8 spec/lib/bundling_spec.rb
picky-4.12.7 spec/lib/bundling_spec.rb
picky-4.12.6 spec/lib/bundling_spec.rb
picky-4.12.5 spec/lib/bundling_spec.rb
picky-4.12.4 spec/lib/bundling_spec.rb
picky-4.12.3 spec/lib/bundling_spec.rb
picky-4.12.2 spec/lib/bundling_spec.rb
picky-4.12.1 spec/lib/bundling_spec.rb
picky-4.12.0 spec/lib/bundling_spec.rb
picky-4.11.3 spec/lib/bundling_spec.rb
picky-4.11.2 spec/lib/bundling_spec.rb
picky-4.11.1 spec/lib/bundling_spec.rb