spec/lib/internals/results/base_spec.rb in picky-1.5.2 vs spec/lib/internals/results/base_spec.rb in picky-1.5.3

- old
+ new

@@ -24,21 +24,9 @@ @results.ids :anything end end - describe "random_ids" do - before(:each) do - @allocations = stub :allocations - @results = described_class.new :unimportant, @allocations - end - it "delegates" do - @allocations.should_receive(:random_ids).once.with :anything - - @results.random_ids :anything - end - end - describe 'to_log' do before(:each) do time = stub :time, :to_s => '0-08-16 10:07:33' Time.stub! :now => time end \ No newline at end of file