You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This introduces a change where config.guest_user works correctly even if no value has been assigned to config.repository. It does so by explicitly assigning a new UserRepository instance to config.repository.
Marked as a bug rather than a feature because the previous setup was nonsensical.
The text was updated successfully, but these errors were encountered:
These are now initialised in the new `self.included` method, eliminating the previous need to explicitly initialise a value for `config.repository` *every single time.
Want to do it differently? Create your own module that includes or extends `CryptIdent`, and follow this example.
[Closes#29]
86 tests, 113 assertions, 0 failures, 0 errors, 0 skips
Coverage: 1012 / 1012 LOC (100.0%) covered.
RuboCop: 11 files inspected, no offenses detected
Flay: Total score 0
Flog: Total 326.1; method average 4.7; max 8.4 (CryptIdent::SignUp#create_result)
Reek: 0 total warnings
Inch: Nothing to suggest
This introduces a change where
config.guest_user
works correctly even if no value has been assigned toconfig.repository
. It does so by explicitly assigning a newUserRepository
instance toconfig.repository
.Marked as a bug rather than a feature because the previous setup was nonsensical.
The text was updated successfully, but these errors were encountered: