Skip to content

failure #8

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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