You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context "with variables warnings" do
for warning in [50, 75, 00]
```
it "should return warning with any at #{warning}" do
for x in [warning = 1, warning]
a = VerifyDisk.new nil, setup(x, 99)
got = a.verify
got.should == ['WARNING ' + {"lb"=>x, "sb"=>99}.inspect, 1]
end
end
```
end
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: