mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed missing should
This commit is contained in:
parent
c2dc52e18b
commit
9998161b10
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ describe :rbasic, shared: true do
|
|||
|
||||
it "supports user flags" do
|
||||
obj, _ = @data.call
|
||||
@specs.get_flags(obj) == 0
|
||||
@specs.get_flags(obj).should == 0
|
||||
@specs.set_flags(obj, 1 << 14 | 1 << 16).should == 1 << 14 | 1 << 16
|
||||
@specs.get_flags(obj).should == 1 << 14 | 1 << 16
|
||||
@specs.set_flags(obj, 0).should == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue