MatzFan

Results 24 issues of MatzFan

All methods which start with "assert_" or "refute_" are currently assumed to be (and counted as) Minitest assertions. E.g. With `Minitest/MultipleAssertions` Max of 1 the following registers an offense. ```ruby...

## Is your feature request related to a problem? Please describe. Presently, Rubocop expects a test class name to end with "Test" and this is hard coded at [this line](https://github.com/rubocop/rubocop-minitest/blob/4d08365be08d06b02bb2c11415a4e8060331a0bb/lib/rubocop/cop/mixin/minitest_exploration_helpers.rb#L29)....

`.rubocop.yml` ```yaml --- require: - rubocop-minitest AllCops: NewCops: enable ``` `test/test_minitest_assert_in_delta.rb` ```ruby # frozen_string_literal: true require 'minitest/autorun' # test class AssertInDeltaTest < Minitest::Test def test_assert_in_delta_cop refute_equal(4.2, 420_001 / 100_000.0) end...

[Style guide](https://github.com/rubocop/minitest-style-guide?tab=readme-ov-file#assert-truthy) should not be offended by `assert_equal(true, actual)` [Rationale](https://github.com/rubocop/rubocop-minitest/issues/313).

### Description This is a duplicate/reopening of #13809 but for the Ruby bindings - i.e. the log message "Exception managing firefox: Unable to discover proper geckodriver version in offline mode"...

C-rb
I-defect
D-firefox
OS-linux
A-needs-triaging

Running Pry's tests on Ruby 3.5-preview1 installed via `rbenv` resulted in: ```bash $ bundle exec rake /home/me/.rbenv/versions/3.5.0-preview1/bin/ruby -I/home/me/.rbenv/versions/3.5.0-preview1/lib/ruby/gems/3.5.0+0/gems/rspec-core-3.13.3/lib:/home/me/.rbenv/versions/3.5.0-preview1/lib/ruby/gems/3.5.0+0/gems/rspec-support-3.13.2/lib /home/me/.rbenv/versions/3.5.0-preview1/lib/ruby/gems/3.5.0+0/gems/rspec-core-3.13.3/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb An error occurred while loading ./spec/completion_spec.rb. - Did you...

Rationale: [This SO question](https://stackoverflow.com/questions/1825928/netmask-to-cidr-in-ruby) demonstrates there is at least some need to manipulate netmasks into CIDR integers. The accepted answer contains a bug which can be easily eliminated by hard...

[This line](https://github.com/fingerprintjs/BotD/blob/dc6a8f99ce5ec8a8d346fb8323f64787cde297e2/README.md?plain=1#L37) in your README points to a GitHub Pages link which is currently dead (https://fingerprintjs.github.io/BotD). Looking at your [last deploy](https://github.com/fingerprintjs/BotD/actions/runs/19059408466/job/54435995998) it seems the correct URL was updated.

Hi @westonplatter you may see that I've updated a few missing dependencies to get phashion working on all currently supported Rubies, at least on Ubuntu (see Actions). Might you be...

Though no longer enabled by default, CDP can still be enabled in Firefox presently (v139) and will still be supported in the forthcoming 140 ESR release, [due to drop on...

do-not-stale