Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Write specs for configuration classes #36

Open
10 of 15 tasks
billp opened this issue Feb 14, 2021 · 1 comment
Open
10 of 15 tasks

Write specs for configuration classes #36

billp opened this issue Feb 14, 2021 · 1 comment
Assignees

Comments

@billp
Copy link
Owner

billp commented Feb 14, 2021

Write specs for the following methods

ConfigurationManager

  • configuration_path ⇒ String
  • jira_server_url ⇒ String
  • save_configuration ⇒ Object
  • update_jira_server_url(url) ⇒ Object

CredentialsConfiguration

  • decrypted_password ⇒ Object
  • login_credentials ⇒ AccountCredentials
  • login_credentials_empty? ⇒ Boolean
  • update_login_credentials(username, password) ⇒ Object

ShiftConfiguration

  • shift_duration ⇒ Int
  • shift_end ⇒ String
  • shift_start ⇒ String
  • update_shift_end(shift_end) ⇒ Object
  • update_shift_start(shift_start) ⇒ Object
  • validate_saved_shift_end ⇒ Object
  • validate_saved_shift_start ⇒ Object
@billp billp self-assigned this Feb 14, 2021
@create-issue-branch
Copy link

Branch issue-36-Write_specs_for_configuration_classes created!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant