Change DLS to DSL

Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
This commit is contained in:
Jerry Aldrich 2019-01-11 21:09:47 -08:00
parent c348a2032a
commit b440e3f132

View file

@ -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