inspec/lib
Dominik Richter 3ae50adae9 feature: conditional OR via describe.one
```
describe.one do
  describe command("uname -r").stdout do
    it { should_not match /x86_64/ }
  end
  describe test_sth_for_x64_processors do
    ...
  end
end
```
2016-02-25 14:30:23 +01:00
..
bundles fix cc upload 2016-02-22 21:14:50 +01:00
fetchers fetchers/tar: slight simplification 2016-02-22 12:06:42 +01:00
inspec feature: conditional OR via describe.one 2016-02-25 14:30:23 +01:00
matchers enable cmp matcher to catch the case where expected is a number string, and actual is a number 2016-02-23 22:18:16 +01:00
resources bugfix: handle edge-cases in upstart service 2016-02-22 09:52:16 +01:00
source_readers migrate load-path hooking for legacy modes 2016-02-22 12:06:42 +01:00
utils fix tests and lint 2016-02-22 12:06:42 +01:00
inspec.rb create source_reader plugin structure 2016-02-22 11:24:35 +01:00