Fixed rubocop issues.

This commit is contained in:
Martin Edenhofer 2015-09-03 11:29:33 +02:00
parent c4037be94c
commit 727aeb9a19

View file

@ -323,7 +323,7 @@ class OnlineNotificationTest < ActiveSupport::TestCase
test 'ticket notification item check' do test 'ticket notification item check' do
ticket1 = Ticket.create( ticket1 = Ticket.create(
title: "some title", title: 'some title',
group: Group.lookup(name: 'Users'), group: Group.lookup(name: 'Users'),
customer_id: 2, customer_id: 2,
state: Ticket::State.lookup(name: 'new'), state: Ticket::State.lookup(name: 'new'),