spec/lib/indexed/wrappers/bundle/calculation_spec.rb in picky-2.7.0 vs spec/lib/indexed/wrappers/bundle/calculation_spec.rb in picky-3.0.0.pre1

- old
+ new

@@ -1,11 +1,10 @@ require 'spec_helper' -describe Indexed::Wrappers::Bundle::Calculation do +describe Picky::Indexed::Wrappers::Bundle::Calculation do before(:each) do - @bundle = stub :bundle - + @bundle = stub :bundle @calculation = described_class.new @bundle end describe 'ids' do it 'calls bundle#ids correctly' do \ No newline at end of file