diff options
-rw-r--r-- | spec/ruby/optional/capi/shared/rbasic.rb | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -8,16 +8,9 @@ describe :rbasic, shared: true do it "reports the appropriate FREEZE flag for the object when reading" do obj, _ = @data.call - initial = @specs.get_flags(obj) obj.freeze - @specs.get_flags(obj).should == @freeze | initial - end - - it "supports setting the FREEZE flag" do - obj, _ = @data.call - initial = @specs.get_flags(obj) - @specs.set_flags(obj, @freeze | initial).should == @freeze | initial - obj.should.frozen? end it "supports retrieving the (meta)class" do |