mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
fix source indent of test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20201 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -142,9 +142,8 @@ class QueryTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def find_issues_with_query(query)
|
||||
Issue.joins(:status, :tracker, :project, :priority).where(
|
||||
query.statement
|
||||
).to_a
|
||||
Issue.joins(:status, :tracker, :project, :priority).
|
||||
where(query.statement).to_a
|
||||
end
|
||||
|
||||
def assert_find_issues_with_query_is_successful(query)
|
||||
|
||||
Reference in New Issue
Block a user