fix: Fetch variables when force unlocking. #31
Annotations
8 errors
|
test
Process completed with exit code 1.
|
|
test:
spec/unit/cfa_eng_cli/config/profile_spec.rb#L227
CfaEngCli::Config::Profile#serialize returns a Doppler object for the doppler key
Failure/Error: return [option.to_s, value] unless collection?(option)
NoMethodError:
undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
|
|
test:
spec/unit/cfa_eng_cli/config/profile_spec.rb#L220
CfaEngCli::Config::Profile#serialize returns scalar fields with the correct values
Failure/Error: return [option.to_s, value] unless collection?(option)
NoMethodError:
undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
|
|
test:
spec/unit/cfa_eng_cli/config/profile_spec.rb#L216
CfaEngCli::Config::Profile#serialize returns a hash with string keys
Failure/Error: return [option.to_s, value] unless collection?(option)
NoMethodError:
undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
|
|
test:
spec/unit/cfa_eng_cli/config/profile_spec.rb#L180
CfaEngCli::Config::Profile#write writes the profile data to the correct file
Failure/Error: return [option.to_s, value] unless collection?(option)
NoMethodError:
undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
|
|
test:
spec/unit/cfa_eng_cli/config/profile_spec.rb#L168
CfaEngCli::Config::Profile#rename deletes the current profile
Failure/Error: return [option.to_s, value] unless collection?(option)
NoMethodError:
undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
|
|
test:
spec/unit/cfa_eng_cli/config/profile_spec.rb#L162
CfaEngCli::Config::Profile#rename writes the new profile
Failure/Error: return [option.to_s, value] unless collection?(option)
NoMethodError:
undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
|
|
test:
spec/unit/cfa_eng_cli/config/profile_spec.rb#L156
CfaEngCli::Config::Profile#rename creates a new profile
Failure/Error: return [option.to_s, value] unless collection?(option)
NoMethodError:
undefined method 'collection?' for an instance of CfaEngCli::Config::Profile
|