Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yes_confirmed? のオプション(fail_on_error)のバグを修正 #22

Merged
merged 2 commits into from
May 20, 2022

Conversation

TakuyaNoguchi
Copy link
Contributor

No description provided.

@@ -8,20 +8,20 @@ def test_rand_string
end

def test_create_random_alpha_string_case_sensitive_true
s = StringUtils.create_random_alpha_string(10, true)
s = Bizside::StringUtils.create_random_alpha_string(10, true)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

私が #21 で追加したテストなのですが、

NameError: uninitialized constant Bizside::StringUtilsTest::StringUtils

のようにテストが落ちることがありました。

https://github.com/maedadev/bizside-ruby/actions/runs/2355306372

そもそも StringUtils という参照方法は非推奨なので、修正しました。

@TakuyaNoguchi TakuyaNoguchi merged commit 82efc85 into maedadev:main May 20, 2022
@TakuyaNoguchi TakuyaNoguchi deleted the fix_yes_confirmed_bug branch May 20, 2022 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant