summaryrefslogtreecommitdiff
path: root/spec/install/gemspecs_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-06-25 10:13:37 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-06-25 10:13:37 -0300
commit6df55854af6c5a2c3870abc44e727b7b3319df9f (patch)
treeb6d73da4c6beabd682137573892e8574ce7923b3 /spec/install/gemspecs_spec.rb
parent4a59d707a952f5bee8cc185ab5218d736ee52936 (diff)
downloadbundler-6df55854af6c5a2c3870abc44e727b7b3319df9f.tar.gz
More informative skip message
Diffstat (limited to 'spec/install/gemspecs_spec.rb')
-rw-r--r--spec/install/gemspecs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemspecs_spec.rb b/spec/install/gemspecs_spec.rb
index 8cab399c3c..78acc9efd8 100644
--- a/spec/install/gemspecs_spec.rb
+++ b/spec/install/gemspecs_spec.rb
@@ -64,7 +64,7 @@ RSpec.describe "bundle install" do
end
it "reads gemspecs respecting their encoding" do
- skip "Too cool for 1.8" if RUBY_VERSION < "1.9"
+ skip "unicode constants are most likely not supported on 1.8" if RUBY_VERSION < "1.9"
create_file("version.rb", <<-RUBY)
module Persistent💎