From d1a12ae7aa2660f10046bc7baad688819c61168c Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 4 Jul 2016 10:24:47 -0700 Subject: fix tests --- lib/leap_cli/log.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/log.rb') diff --git a/lib/leap_cli/log.rb b/lib/leap_cli/log.rb index 9f7d28b..203d92e 100644 --- a/lib/leap_cli/log.rb +++ b/lib/leap_cli/log.rb @@ -37,7 +37,7 @@ module LeapCli # # these are log titles typically associated with files # - FILE_TITLES = [:updated, :created, :removed, :missing, :nochange, :loading] + FILE_TITLES = %w(updated created removed missing nochange loading) # TODO: use these IMPORTANT = 0 -- cgit v1.2.3