remove empty parenthesis to please Rubocop

This commit is contained in:
Jérémy Lecour 2019-08-20 13:37:07 +02:00 committed by Jérémy Lecour
parent 1e0adce074
commit d7e1911d2c
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class ChecksTest < ApplicationSystemTestCase
# rubocop:disable Metrics/AbcSize
# rubocop:disable Metrics/MethodLength
def create_new_check()
def create_new_check
domain = "domain-test.fr"
fill_in("check[domain]", with: domain)