Skip to content

failure #8

@rdp

Description

@rdp
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions