diff options
| author | elijah <elijah@riseup.net> | 2016-07-04 10:24:47 -0700 | 
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2016-07-04 10:24:47 -0700 | 
| commit | d1a12ae7aa2660f10046bc7baad688819c61168c (patch) | |
| tree | a4f9e4039ab15f55e38204537b221cfa84263e18 /lib | |
| parent | 2cc2648f55ca394b7bcdfa2a2f5b1a8725ad15cf (diff) | |
fix tests
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/leap_cli/leapfile.rb | 1 | ||||
| -rw-r--r-- | lib/leap_cli/log.rb | 2 | 
2 files changed, 2 insertions, 1 deletions
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  | 
