Applied rubocop Style/TrailingBlankLines.
This commit is contained in:
parent
70e48aab13
commit
bd1db72b9b
221 changed files with 212 additions and 223 deletions
|
@ -48,4 +48,3 @@ class Observer::Ticket::UserTicketCounter < ActiveRecord::Observer
|
|||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
|
@ -56,4 +56,3 @@ returns
|
|||
adapter
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ Zammad::Application.configure do
|
|||
config.action_controller.perform_caching = true
|
||||
|
||||
# Disable Rails's static asset server (Apache or nginx will already do this)
|
||||
config.serve_static_assets = false
|
||||
config.serve_static_assets = true
|
||||
|
||||
# Compress JavaScripts and CSS
|
||||
config.assets.compress = true
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
Z_ROLENAME_ADMIN = 'Admin'
|
||||
Z_ROLENAME_AGENT = 'Agent'
|
||||
Z_ROLENAME_CUSTOMER = 'Customer'
|
||||
|
||||
|
|
|
@ -6,4 +6,3 @@ class UpdateSession < ActiveRecord::Migration
|
|||
def down
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -55,5 +55,3 @@ Daemons.run_proc(name, daemon_options) do
|
|||
|
||||
Scheduler.worker
|
||||
end
|
||||
|
||||
|
||||
|
|
|
@ -45,5 +45,3 @@ class ExampleTest < Test::Unit::TestCase
|
|||
assert_equal browser.current_url, 'https://portal.znuny.com/#ticket_view/my_tickets'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
|
|
@ -244,4 +244,3 @@ class RestTest < ActiveSupport::TestCase
|
|||
return { data: response.data, response: response }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -125,4 +125,3 @@ class StoreTest < ActiveSupport::TestCase
|
|||
}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -288,4 +288,3 @@ class UserTest < ActiveSupport::TestCase
|
|||
}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue