21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-28 23:10:49 +02:00

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

View file

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