dev-ruby/rspec-activemodel-mocks - 1.3.0 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/rspec-activemodel-mocks-1.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ruby/rspec-activemodel-mocks-1.3.0

Or alternatively:

emerge --autounmask-write -a =dev-ruby/rspec-activemodel-mocks-1.3.0

Package Information

Description:
RSpec test doubles for ActiveModel and ActiveRecord
Homepage:
https://github.com/rspec/rspec-activemodel-mocks
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.0 8 ~amd64 $(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="RSpec test doubles for ActiveModel and ActiveRecord"
HOMEPAGE="https://github.com/rspec/rspec-activemodel-mocks"

LICENSE="MIT"
SLOT="$(ver_cut 1)"
KEYWORDS="~amd64"
IUSE="test"

ruby_add_rdepend ">=dev-ruby/activesupport-3.0:*
	>=dev-ruby/activemodel-3.0:*
	>=dev-ruby/rspec-mocks-2.99:* <dev-ruby/rspec-mocks-4:*"

ruby_add_bdepend "test? ( dev-ruby/activerecord[sqlite] )"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ruby/rspec-activemodel-mocks | euse -E <flag> -p dev-ruby/rspec-activemodel-mocks | euse -D <flag> -p dev-ruby/rspec-activemodel-mocks

Global/Standard Flags

Inherited Eclasses