mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Change DLS
to DSL
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
This commit is contained in:
parent
c348a2032a
commit
b440e3f132
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ describe Inspec::ProfileContext do
|
|||
end
|
||||
end
|
||||
|
||||
it 'does not provide the expect keyword in the global DLS' do
|
||||
it 'does not provide the expect keyword in the global DSL' do
|
||||
load('expect(true).to_eq true').must_raise NoMethodError
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue