spec/garterbelt_spec.rb in garterbelt-0.0.4 vs spec/garterbelt_spec.rb in garterbelt-0.0.5
- old
+ new
@@ -14,23 +14,9 @@
Garterbelt.cache_hash[:foo] = 'foo'
Garterbelt.cache_hash[:foo].should == 'foo'
end
end
- describe '#cache=' do
- it 'creates a Moneta cache' do
-
- end
-
- describe 'options' do
- it 'creates a memory Moneta cache correctly'
- it 'creates a file system Moneta cache'
- it 'creates alternative types as requested'
- end
- it 'sets the default key when not provided a argument'
- it 'sets other keys when not '
- end
-
describe '#cache' do
it 'returns the :default if no arugment is received' do
Garterbelt.cache.should == Garterbelt.cache_hash[:default]
end