mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2.8 -> 3.0 in specs
This commit is contained in:
parent
9b535f3ff7
commit
1af0319fc8
147 changed files with 199 additions and 201 deletions
|
@ -285,7 +285,7 @@ describe "A class definition extending an object (sclass)" do
|
|||
}.should raise_error(TypeError)
|
||||
end
|
||||
|
||||
ruby_version_is ""..."2.8" do
|
||||
ruby_version_is ""..."3.0" do
|
||||
it "allows accessing the block of the original scope" do
|
||||
suppress_warning do
|
||||
ClassSpecs.sclass_with_block { 123 }.should == 123
|
||||
|
@ -293,7 +293,7 @@ describe "A class definition extending an object (sclass)" do
|
|||
end
|
||||
end
|
||||
|
||||
ruby_version_is "2.8" do
|
||||
ruby_version_is "3.0" do
|
||||
it "does not allow accessing the block of the original scope" do
|
||||
-> {
|
||||
ClassSpecs.sclass_with_block { 123 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue