Skip to content

Commit c1af0af

Browse files
b4ldrekohl
andauthored
Update spec/functions/stdlib_ensure_spec.rb
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
1 parent ade72a1 commit c1af0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/functions/stdlib_ensure_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'spec_helper'
44

55
describe 'stdlib::ensure' do
6-
context 'work with generi resource' do
6+
context 'work with generic resource' do
77
it { is_expected.to run.with_params(true).and_return('present') }
88
it { is_expected.to run.with_params(false).and_return('absent') }
99
it { is_expected.to run.with_params(true, 'present').and_return('present') }

0 commit comments

Comments
 (0)