dev-ruby/rails-controller-testing - 1.0.5 (graaff)

Search

Install

Install this version:

emerge -a =dev-ruby/rails-controller-testing-1.0.5

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

autounmask =dev-ruby/rails-controller-testing-1.0.5

Or alternatively:

emerge --autounmask-write -a =dev-ruby/rails-controller-testing-1.0.5

Package Information

Description:
Extracting assigns and assert_template from ActionDispatch
Homepage:
https://github.com/rails/rails-controller-testing
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.5 8 ~amd64 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_EXTRADOC="README.md"

inherit ruby-fakegem

DESCRIPTION="Extracting assigns and assert_template from ActionDispatch"
HOMEPAGE="https://github.com/rails/rails-controller-testing"

LICENSE="MIT"
SLOT="1"
KEYWORDS="~amd64"
IUSE=""

RESTRICT="test"

ruby_add_rdepend "
	>=dev-ruby/actionpack-5.0.1:*
	>=dev-ruby/actionview-5.0.1:*
	>=dev-ruby/activesupport-5.0.1:*
"

Inherited Eclasses