Applied rubocop Style/IndentArray.

This commit is contained in:
Martin Edenhofer 2015-04-27 17:11:04 +02:00
parent dfc39cc95c
commit c79c73d009
2 changed files with 25 additions and 25 deletions

View file

@ -58,11 +58,11 @@ class ActivityStreamTest < ActiveSupport::TestCase
}, },
}, },
check: [ check: [
{ {
result: true, result: true,
object: 'Ticket', object: 'Ticket',
type: 'updated', type: 'updated',
}, },
{ {
result: true, result: true,
object: 'Ticket::Article', object: 'Ticket::Article',

View file

@ -71,11 +71,11 @@ class OnlineNotificationTest < ActiveSupport::TestCase
}, },
}, },
check: [ check: [
{ {
type: 'create', type: 'create',
object: 'Ticket', object: 'Ticket',
created_by_id: agent_user1.id, created_by_id: agent_user1.id,
}, },
{ {
type: 'update', type: 'update',
object: 'Ticket', object: 'Ticket',
@ -122,11 +122,11 @@ class OnlineNotificationTest < ActiveSupport::TestCase
}, },
}, },
check: [ check: [
{ {
type: 'create', type: 'create',
object: 'Ticket', object: 'Ticket',
created_by_id: agent_user1.id, created_by_id: agent_user1.id,
}, },
{ {
type: 'update', type: 'update',
object: 'Ticket', object: 'Ticket',
@ -173,11 +173,11 @@ class OnlineNotificationTest < ActiveSupport::TestCase
}, },
}, },
check: [ check: [
{ {
type: 'create', type: 'create',
object: 'Ticket', object: 'Ticket',
created_by_id: agent_user1.id, created_by_id: agent_user1.id,
}, },
{ {
type: 'update', type: 'update',
object: 'Ticket', object: 'Ticket',
@ -224,11 +224,11 @@ class OnlineNotificationTest < ActiveSupport::TestCase
}, },
}, },
check: [ check: [
{ {
type: 'create', type: 'create',
object: 'Ticket', object: 'Ticket',
created_by_id: agent_user1.id, created_by_id: agent_user1.id,
}, },
{ {
type: 'update', type: 'update',
object: 'Ticket', object: 'Ticket',