Package Details: ruby-rspec-block_is_expected 1.0.6-1

Git Clone URL: https://aur.archlinux.org/ruby-rspec-block_is_expected.git (read-only, click to copy)
Package Base: ruby-rspec-block_is_expected
Description: Simplify testing of blocks in RSpec
Upstream URL: https://github.com/pboling/rspec-block_is_expected
Licenses: MIT
Submitter: supermario
Maintainer: supermario
Last Packager: supermario
Votes: 0
Popularity: 0.000000
First Submitted: 2025-03-10 09:49 (UTC)
Last Updated: 2025-03-10 09:49 (UTC)

Latest Comments

micwoj92 commented on 2026-03-13 19:28 (UTC)

Check fails:

==> Starting check()...
/usr/bin/ruby -I/usr/lib/ruby/gems/3.4.0/gems/rspec-support-3.13.7/lib:/usr/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.6/lib /usr/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.6/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb

An error occurred while loading spec_helper. - Did you mean?
                    rspec ./spec/spec_helper.rb

Failure/Error: require "rspec/pending_for"

Gem::MissingSpecError:
  Could not find 'version_gem' (>= 1.1, >= 1.1.8) among 72 total gem(s)
  Checked in 'GEM_PATH=/build/.local/share/gem/ruby/3.4.0:/usr/lib/ruby/gems/3.4.0:/build/ruby-rspec-block_is_expected/src/rspec-block_is_expected-6201dd6150a21b047dada6d14997a9d91444a998/tmp_install/usr/lib/ruby/gems/3.4.0' at: /usr/lib/ruby/gems/3.4.0/specifications/rspec-pending_for-0.1.20.gemspec, execute `gem env` for more information
# ./spec/spec_helper.rb:1:in '<top (required)>'
# ------------------
# --- Caused by: ---
# LoadError:
#   cannot load such file -- rspec/pending_for
#   ./spec/spec_helper.rb:1:in '<top (required)>'
No examples found.
No examples found.


Finished in 0.00004 seconds (files took 0.05659 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples

Finished in 0.00004 seconds (files took 0.05659 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples


/usr/bin/ruby -I/usr/lib/ruby/gems/3.4.0/gems/rspec-support-3.13.7/lib:/usr/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.6/lib /usr/lib/ruby/gems/3.4.0/gems/rspec-core-3.13.6/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
==> ERROR: A failure occurred in check().
    Aborting...