We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8532f22 + f9f62f3 commit 587617cCopy full SHA for 587617c
README.md
@@ -617,6 +617,11 @@ be translated to `undef` when compiling. For example:
617
let(:params) { {'user' => :undef, ...} }
618
```
619
620
+For passing a sensitive value you can use the sensitive function with a value in brackets. For example
621
+```ruby
622
+let(:params) { {'password' =>sensitive('secret') } }
623
+```
624
+
625
For references to nodes or resources as seen when using `require` or `before` properties,
626
or an `application` resource you can pass the string as an argument to the `ref` helper:
627
0 commit comments