mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 16:56:00 +01:00
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/integration/issues_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19189 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -151,11 +151,12 @@ class IssuesTest < Redmine::IntegrationTest
|
||||
end
|
||||
|
||||
def test_next_and_previous_links_should_be_displayed_after_saved_query
|
||||
query = IssueQuery.create!(:name => 'Calendar Query',
|
||||
:visibility => IssueQuery::VISIBILITY_PUBLIC,
|
||||
:filters => {'tracker_id' => {:operator => '=', :values => ['1']}}
|
||||
)
|
||||
|
||||
query =
|
||||
IssueQuery.create!(
|
||||
:name => 'Calendar Query',
|
||||
:visibility => IssueQuery::VISIBILITY_PUBLIC,
|
||||
:filters => {'tracker_id' => {:operator => '=', :values => ['1']}}
|
||||
)
|
||||
with_settings :default_language => 'en' do
|
||||
get "/projects/ecookbook/issues?set_filter=1&query_id=#{query.id}"
|
||||
assert_response :success
|
||||
|
||||
Reference in New Issue
Block a user