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:
parent
0d41adf6e2
commit
18eb9e5855
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue