Skip to content

Commit c742551

Browse files
committed
zfs_specs: fix typo in "jailed"
Signed-off-by: Louis Sautier <[email protected]>
1 parent b7f9a82 commit c742551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/provider/zfs/zfs_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
expect(provider.send('zoned')).to eq('value')
120120
end
121121

122-
it 'sets jalied=value' do
122+
it 'sets jailed=value' do
123123
expect(provider).to receive(:zfs).with(:set, 'jailed=value', name)
124124
provider.send('zoned=', 'value')
125125
end

0 commit comments

Comments
 (0)