mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in test/functional/repositories_git_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18469 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0d4fbfe340
commit
2e37562206
@ -219,7 +219,6 @@ Layout/EmptyLinesAroundMethodBody:
|
|||||||
- 'db/migrate/20111201201315_add_unique_index_to_issue_relations.rb'
|
- 'db/migrate/20111201201315_add_unique_index_to_issue_relations.rb'
|
||||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||||
- 'test/functional/journals_controller_test.rb'
|
- 'test/functional/journals_controller_test.rb'
|
||||||
- 'test/functional/repositories_git_controller_test.rb'
|
|
||||||
- 'test/functional/users_controller_test.rb'
|
- 'test/functional/users_controller_test.rb'
|
||||||
- 'test/integration/account_test.rb'
|
- 'test/integration/account_test.rb'
|
||||||
- 'test/unit/attachment_test.rb'
|
- 'test/unit/attachment_test.rb'
|
||||||
|
|||||||
@ -289,7 +289,6 @@ class RepositoriesGitControllerTest < Redmine::RepositoryControllerTest
|
|||||||
assert_select 'h2 a', :text => 'sources'
|
assert_select 'h2 a', :text => 'sources'
|
||||||
assert_select 'table.entries tbody'
|
assert_select 'table.entries tbody'
|
||||||
assert_select 'div.contextual > a.icon-download', false
|
assert_select 'div.contextual > a.icon-download', false
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_diff
|
def test_diff
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user