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 b60aa1e commit 70264f9Copy full SHA for 70264f9
test/unit/full_text_search/issue_any_searchable_filter_test.rb
@@ -9,6 +9,9 @@ def setup
9
end
10
11
def test_filter_any_searchable
12
+ pp Gem::Version.new(Redmine::VERSION)
13
+ pp Gem::Version.new(Redmine::VERSION).to_s
14
+ pp Gem::Version.new(Redmine::VERSION) < Gem::Version.new("5.1")
15
Issue.destroy_all
16
issue_with_searched_word_in_subject = Issue.generate!(subject: "Groonga")
17
issue_with_searched_word_in_description =
0 commit comments