Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
More informative skip message
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jun 25, 2018
1 parent 4a59d70 commit 6df5585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/install/gemspecs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
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💎
Expand Down

0 comments on commit 6df5585

Please sign in to comment.