spec/picky-client/convenience_spec.rb in picky-client-3.0.0.pre5 vs spec/picky-client/convenience_spec.rb in picky-client-3.0.0

- old
+ new

@@ -145,15 +145,9 @@ it 'should return the top limit entries' do @convenience.ids(7).should == (1..8).to_a end end - describe 'allocations_size' do - it 'should just add up the allocations of both types' do - @convenience.allocations_size.should == 3 - end - end - # describe 'render?' do # context 'no ids' do # before(:each) do # @convenience.stub! :empty? => true # end \ No newline at end of file