diff options
author | David Rodríguez <deivid.rodriguez@riseup.net> | 2019-03-14 19:14:47 +0100 |
---|---|---|
committer | David Rodríguez <deivid.rodriguez@riseup.net> | 2019-03-15 15:35:11 +0100 |
commit | 4c6e2ae1c08153ec0d390d292ee36fecae1f6a1e (patch) | |
tree | ee5261a8dfb594e29bc864911a0f93c0628c1e96 /spec/install/gemspecs_spec.rb | |
parent | 1591215e636d68117c04158dfe8da81c8ef2b357 (diff) | |
download | bundler-remove_ruby_version_leftovers.tar.gz |
Remove ruby version leftoversremove_ruby_version_leftovers
Diffstat (limited to 'spec/install/gemspecs_spec.rb')
-rw-r--r-- | spec/install/gemspecs_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/install/gemspecs_spec.rb b/spec/install/gemspecs_spec.rb index a90d2fea4e..c9878ccae8 100644 --- a/spec/install/gemspecs_spec.rb +++ b/spec/install/gemspecs_spec.rb @@ -64,8 +64,6 @@ RSpec.describe "bundle install" do end it "reads gemspecs respecting their encoding" do - skip "Unicode is not supported on Ruby 1.x without extra work" if RUBY_VERSION < "2.0" - create_file "version.rb", <<-RUBY module Persistent💎 VERSION = "0.0.1" |