spec/lib/internals/indexed/wrappers/bundle/calculation_spec.rb in picky-2.1.2 vs spec/lib/internals/indexed/wrappers/bundle/calculation_spec.rb in picky-2.2.0
- old
+ new
@@ -1,12 +1,12 @@
require 'spec_helper'
-describe Indexed::Wrappers::Bundle::Calculation do
+describe Internals::Indexed::Wrappers::Bundle::Calculation do
before(:each) do
- @bundle = stub :bundle
+ @bundle = stub :bundle
- @calculation = Indexed::Wrappers::Bundle::Calculation.new @bundle
+ @calculation = described_class.new @bundle
end
describe 'ids' do
it 'calls bundle#ids correctly' do
@bundle.should_receive(:ids).once.with :'0.0'
\ No newline at end of file