Skip to content

Commit

Permalink
spec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Oct 26, 2010
1 parent 5f67b68 commit 38cb713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/solr_config_options_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Basic
it "should allow you to provide your own mappings file" do
ActiveFedora::SolrService.load_mappings(File.join(File.dirname(__FILE__), "..", "..", "config", "solr_mappings_af_0.1.yml"))
ActiveFedora::SolrService.mappings[:searchable].data_types[:date].opts[:suffix].should == "_date"
ActiveFedora::SolrService.mappings[:searchable].data_types[:symbol].opts[:suffix].should == "_field"
ActiveFedora::SolrService.mappings[:searchable].data_types[:default].opts[:suffix].should == "_field"
end
end

Expand Down

0 comments on commit 38cb713

Please sign in to comment.