test/lib/vedeu/repositories/repository_test.rb in vedeu-0.3.4 vs test/lib/vedeu/repositories/repository_test.rb in vedeu-0.3.5

- old
+ new

@@ -81,10 +81,10 @@ context 'when the storage is empty' do it { subject.must_equal(true) } end context 'when the storage is not empty' do - let(:storage) { [mock] } + let(:storage) { [:item] } it { subject.must_equal(false) } end end