spec/thinking_sphinx/facet_spec.rb in thinking-sphinx-1.3.17 vs spec/thinking_sphinx/facet_spec.rb in thinking-sphinx-1.3.18

- old
+ new

@@ -1,5 +1,5 @@ -require 'spec/spec_helper' +require 'spec_helper' describe ThinkingSphinx::Facet do describe ".name_for" do it "should remove '_facet' from provided string and return a symbol" do ThinkingSphinx::Facet.name_for('attribute_facet').should == :attribute