summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-06 12:59:42 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-06 12:59:42 +0000
commit35afc6de06334faebbec26627453525f24888487 (patch)
tree77cc5d2b884b46c9aff85fbe77462d7851439819 /test
parentf3b52a57759a4c2a7558e8045f9540033dcab54d (diff)
downloadredmine-35afc6de06334faebbec26627453525f24888487.tar.gz
redmine-35afc6de06334faebbec26627453525f24888487.zip
fix source indent of VersionsCustomFieldsVisibilityTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20269 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/versions_custom_fields_visibility_test.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/functional/versions_custom_fields_visibility_test.rb b/test/functional/versions_custom_fields_visibility_test.rb
index d4326e1d8..c0bb2f4b5 100644
--- a/test/functional/versions_custom_fields_visibility_test.rb
+++ b/test/functional/versions_custom_fields_visibility_test.rb
@@ -43,9 +43,7 @@ class VersionsCustomFieldsVisibilityTest < Redmine::ControllerTest
version.save!
@request.session[:user_id] = 2
- get :show, :params => {
- :id => 2
- }
+ get(:show, :params => {:id => 2})
assert_response :success
assert_select '#roadmap' do
@@ -65,9 +63,7 @@ class VersionsCustomFieldsVisibilityTest < Redmine::ControllerTest
version.save!
@request.session[:user_id] = 2
- get :edit, :params => {
- :id => 2
- }
+ get(:edit, :params => {:id => 2})
assert_response :success
assert_select 'form.edit_version' do