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