inspec/test
Alex Pop 3c3d711dfd bugfix: fix rare inspec shell missing all resources
In some instances, when running inspec shell, you dont get any resources inside of it. i.e. `inspec shell` and then `os` will lead to

```ruby
NameError: undefined local variable or method `os' for
from (pry):1:in `add_content'
```

This is because of instance_eval loading withing the given source/line
information and not attaching to the profile context which actually has
all the resources. Fix it by making sure that inspec shell always
attaches to the profile context with resources by providing nil for
source and line information.
2016-03-24 20:37:46 +01:00
..
cookbooks/os_prepare move kitchen integration tests to top-level 2016-03-18 11:30:54 +01:00
functional fix inspec shell and continuously test it 2016-03-19 09:13:23 +01:00
integration/default add wmi integration tests 2016-03-20 11:53:56 +01:00
resource test: add dsl tests 2015-10-19 10:30:04 +02:00
unit bugfix: fix rare inspec shell missing all resources 2016-03-24 20:37:46 +01:00
docker_run.rb bugfix: clean up failed dockerized tests 2016-01-19 15:48:06 +01:00
docker_test.rb fix tests and lint 2016-02-22 12:06:42 +01:00
helper.rb wmi unit test 2016-03-20 11:53:56 +01:00
test-extra.yaml split up tests for travis 2015-09-23 01:51:51 +02:00
test.yaml split up tests for travis 2015-09-23 01:51:51 +02:00