diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-12-16 10:20:02 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-16 10:20:02 -0800 |
commit | b12f6196edbe7dab2a01ad8d9c2f96fd7c69f155 (patch) | |
tree | 3f02484034e05793308e0484970922473a6b2e73 | |
parent | bdf195a696c2f62e56fb2281913fed950fa18a7b (diff) | |
download | chef-tball/sandbox.tar.gz |
better commenttball/sandbox
-rw-r--r-- | spec/unit/audit/runner_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/audit/runner_spec.rb b/spec/unit/audit/runner_spec.rb index 612196d36d..67590fecf9 100644 --- a/spec/unit/audit/runner_spec.rb +++ b/spec/unit/audit/runner_spec.rb @@ -96,6 +96,7 @@ describe Chef::Audit::Runner do expect(RSpec.world.example_groups.size).to eq(1) # For whatever reason, `kind_of` is not working + # expect(RSpec.world.example_groups).to include(kind_of(RSpec::Core::ExampleGroup)) => FAIL g = RSpec.world.example_groups[0] expect(g.ancestors).to include(RSpec::Core::ExampleGroup) expect(g.description).to eq("group_name") |