Skip to content

Commit 20ee63b

Browse files
[WIP] Fix conditional
1 parent 364e2c9 commit 20ee63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/web.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def incorrect_database?
2020
end
2121

2222
def default_test_suite?
23-
!options[:skip_test]
23+
options[:skip_test] != true
2424
end
2525

2626
enforce_options!

0 commit comments

Comments
 (0)