We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f493f56 commit d5eed56Copy full SHA for d5eed56
elasticsearch-model/test/integration/active_record_basic_test.rb
@@ -128,7 +128,7 @@ class ::Article < ActiveRecord::Base
128
assert_equal 1, response.records.size
129
end
130
131
- should "update specific attributes" do
+ should "update specific attributes" do
132
article = Article.first
133
134
response = Article.search 'title:special'
0 commit comments