mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Update control eval docs
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
401df56e71
commit
136dfab760
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Additionally, a control_eval_context is created. It is an instance of an anonym
|
|||
|
||||
### DSL methods are executed at this time
|
||||
|
||||
So, if you have a control file with `title` in it, that will call the title method that was defined at `lib/inspec/control_eval_context.rb:60`. Importantly, this also includes the `control` DSL keyword, and also the `describe` keyword (used for bare describes).
|
||||
So, if you have a control file with `title` in it, that will call the title method that was defined [here](https://github.com/inspec/inspec/blob/master/lib/inspec/control_eval_context.rb#L46). Importantly, this also includes the `control` DSL keyword, and also the `describe` keyword (used for bare describes).
|
||||
|
||||
### Each control and their block are wrapped in an anonymous class
|
||||
|
||||
|
|
Loading…
Reference in a new issue