This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
chexpire
mirror of
https://github.com/Evolix/chexpire.git
Watch
16
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
remove empty parenthesis to please Rubocop
rails6
Jérémy Lecour
1 year ago
committed by
Jérémy Lecour
parent
1e0adce074
commit
d7e1911d2c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/system/checks_test.rb
+ 1
- 1
test/system/checks_test.rb
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
)
Write
Preview
Loading…
Cancel
Save