summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-07-25 17:46:18 +0200
committerHans de Graaff <graaff@gentoo.org>2019-07-25 17:46:18 +0200
commit38e0b90df62b710b2f53958faee122f7607b0ca6 (patch)
tree31eb1b893510b6bcd4f0ec300d99e006416019b7 /dev-ruby
parentdev-lang/ruby: Add missing slash for EROOT (diff)
downloadgentoo-38e0b90df62b710b2f53958faee122f7607b0ca6.tar.gz
gentoo-38e0b90df62b710b2f53958faee122f7607b0ca6.tar.bz2
gentoo-38e0b90df62b710b2f53958faee122f7607b0ca6.zip
dev-ruby/rspec-core: remove trailing whitespace
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rspec-core/rspec-core-3.8.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild b/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild
index 5103fd0576e3..f958c2e7cf58 100644
--- a/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild
+++ b/dev-ruby/rspec-core/rspec-core-3.8.2.ebuild
@@ -72,7 +72,7 @@ all_ruby_prepare() {
sed -i -e '/loads mocks and expectations when the constants are referenced/askip "gentoo: bug 662328"' spec/rspec/core_spec.rb || die
# Avoid a spec depending on specifics on local networks
- # This fails when localhost resolves to ::1 which may be a
+ # This fails when localhost resolves to ::1 which may be a
# ruby regression in the drb/acl code.
rm -f spec/rspec/core/bisect/server_spec.rb || die
}