spec/endeca/map_spec.rb in endeca-1.5.1 vs spec/endeca/map_spec.rb in endeca-1.5.2
- old
+ new
@@ -114,9 +114,9 @@
it "should return details of the map" do
query = {:foo => "bazz", :bizz => "somevalue"}
map = Endeca::Map.new :foo
map.into(:Ntk => :Ntt)
map.inspect.should include(":Ntk=>\"foo\"")
- map.inspect.should include(":Ntt=>\"inspect_data\"")
+ map.inspect.should include(":Ntt=>\"\"")
end
end
end