From d1a12ae7aa2660f10046bc7baad688819c61168c Mon Sep 17 00:00:00 2001
From: elijah <elijah@riseup.net>
Date: Mon, 4 Jul 2016 10:24:47 -0700
Subject: [PATCH] fix tests

---
 lib/leap_cli/leapfile.rb | 1 +
 lib/leap_cli/log.rb      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/leap_cli/leapfile.rb b/lib/leap_cli/leapfile.rb
index 10af224..3dadf66 100644
--- a/lib/leap_cli/leapfile.rb
+++ b/lib/leap_cli/leapfile.rb
@@ -15,6 +15,7 @@ module LeapCli
     attr_reader :platform_directory_path
     attr_reader :provider_directory_path
     attr_reader :environment
+    attr_reader :valid
 
     def initialize
     end
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
-- 
GitLab