Sha256: 6504bcdb8c8a1c7ad07bbb1fd4cc32e2b935316341bd7124093be87574c1fb47
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
require 'acceptance/spec_helper' describe 'Updates to records in real-time indices', :live => true do it "handles fields with unicode nulls" do product = Product.create! :name => "Widget \u0000" Product.search.first.should == product end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thinking-sphinx-3.1.2 | spec/acceptance/real_time_updates_spec.rb |
thinking-sphinx-3.1.1 | spec/acceptance/real_time_updates_spec.rb |