ManageIQ / more_core_extensions

MoreCoreExtensions are a set of core extensions beyond those provided by ActiveSupport.
MIT License
5 stars 23 forks source link

skips thread safety test #115

Closed kbrock closed 8 months ago

kbrock commented 8 months ago
more_core_extensions/spec/core_ext/module/cache_with_timeout_spec.rb:168:in
`block (5 levels) in <top (required)>': undefined method `thread_safety' for

          test_class.thread_safety(true)
                    ^^^^^^^^^^^^^^
    from more_core_extensions/spec/core_ext/module/cache_with_timeout_spec.rb:167:in
        `times'
    from more_core_extensions/spec/core_ext/module/cache_with_timeout_spec.rb:167:in
        `block (4 levels) in <top (required)>'

There may be something else going on here. Just putting out there so we can fix

miq-bot commented 8 months ago

Checked commit https://github.com/kbrock/more_core_extensions/commit/035eb68fdbe32494761bef63551b18b18ae104fb with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :cake: