Changeset 1183
- Timestamp:
- 01/06/08 14:56:52 (11 months ago)
- Files:
-
- trunk/spec/merb/dependency_spec.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/spec/merb/dependency_spec.rb
r1180 r1183 14 14 end 15 15 16 it "loads in different versions from the full gem cache later" do17 Gem.stub!(:activate).twice.with("RedCloth", true).and_raise(LoadError)18 lambda { Kernel.dependency "RedCloth" }.should raise_error(LoadError)19 end20 21 16 it "does a require if it can't find it in either gem cache" do 22 17 Gem.stub!(:activate).twice.with("RedCloth", true).and_raise(LoadError)
