1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use an exclusive range for ruby_version_is

This commit is contained in:
Nobuyoshi Nakada 2019-04-23 15:03:19 +09:00
parent 0d41adf6e2
commit 18eb9e5855
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -43,7 +43,7 @@ describe "RUBY_RELEASE_DATE" do
end
describe "RUBY_REVISION" do
ruby_version_is "".."2.6" do
ruby_version_is ""..."2.7" do
it "is an Integer" do
RUBY_REVISION.should be_kind_of(Fixnum)
end