Changeset 1183

Show
Ignore:
Timestamp:
01/06/08 14:56:52 (11 months ago)
Author:
wyca..@gmail.com
Message:

Removed flaky test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/spec/merb/dependency_spec.rb

    r1180 r1183  
    1414  end 
    1515   
    16   it "loads in different versions from the full gem cache later" do 
    17     Gem.stub!(:activate).twice.with("RedCloth", true).and_raise(LoadError) 
    18     lambda { Kernel.dependency "RedCloth" }.should raise_error(LoadError) 
    19   end 
    20    
    2116  it "does a require if it can't find it in either gem cache" do 
    2217    Gem.stub!(:activate).twice.with("RedCloth", true).and_raise(LoadError)