Specify the correct version of rspec to be used. Since we need to use a
manual invocation to set RUBYLIB we must also specific the version,
since the default is to use rspec 2.x.
Closes: https://bugs.gentoo.org/635312
Package-Manager: Portage-2.3.40, Repoman-2.3.9
each_ruby_test() {
# Set RUBYLIB to pass search path on to additional interpreters that
# are started.
- RUBYLIB=lib ruby-ng_rspec || die
+ RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec || die
}
each_ruby_test() {
# Set RUBYLIB to pass search path on to additional interpreters that
# are started.
- RUBYLIB=lib ruby-ng_rspec || die
+ RUBYLIB=lib RSPEC_VERSION=3 ruby-ng_rspec || die
}