Skip to content
Snippets Groups Projects
Commit d1a12ae7 authored by elijah's avatar elijah
Browse files

fix tests

parent 2cc2648f
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ module LeapCli ...@@ -15,6 +15,7 @@ module LeapCli
attr_reader :platform_directory_path attr_reader :platform_directory_path
attr_reader :provider_directory_path attr_reader :provider_directory_path
attr_reader :environment attr_reader :environment
attr_reader :valid
def initialize def initialize
end end
......
...@@ -37,7 +37,7 @@ module LeapCli ...@@ -37,7 +37,7 @@ module LeapCli
# #
# these are log titles typically associated with files # 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 # TODO: use these
IMPORTANT = 0 IMPORTANT = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment