spec/data_store/key_spec.rb in asynchronic-3.0.3 vs spec/data_store/key_spec.rb in asynchronic-4.0.0

- old
+ new

@@ -54,7 +54,7 @@ it 'Remove last sections' do key = Key[:foo][:bar][:buz] key.remove_last.must_equal 'foo|bar' key.remove_last(2).must_equal 'foo' end - + end \ No newline at end of file