lib/picolena/templates/spec/models/document_spec.rb in picolena-0.1.1 vs lib/picolena/templates/spec/models/document_spec.rb in picolena-0.1.2
- old
+ new
@@ -45,10 +45,10 @@
another_doc.content.should == "just a content test\nin a txt file"
end
it "should know its alias_path" do
@valid_random_doc.should respond_to(:alias_path)
- @valid_random_doc.alias_path.starts_with?("http://picolena.devjavu.com/browser/trunk/spec/test_dirs/indexed").should be_true
+ @valid_random_doc.alias_path.starts_with?("http://picolena.devjavu.com/browser/trunk/lib/picolena/templates/spec/test_dirs/indexed").should be_true
end
it "should let finder specify its score" do
@valid_random_doc.should respond_to(:score)
@valid_random_doc.score.should be_nil
\ No newline at end of file