spec/lib/indexers/serial_spec.rb in picky-2.7.0 vs spec/lib/indexers/serial_spec.rb in picky-3.0.0.pre1
- old
+ new
@@ -1,7 +1,7 @@
require 'spec_helper'
-describe Indexers::Serial do
+describe Picky::Indexers::Serial do
before(:each) do
@tokenizer = stub :tokenizer
@source = stub :source
@category = stub :category,
\ No newline at end of file