Skip to content

Commit 15e59ec

Browse files
author
Travis Fields
committed
MODULES-1413 Add spec test to capture failed scenario
1 parent 6c7da72 commit 15e59ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spec/acceptance/member_spec.rb

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
end
2121
it 'members arrays without members'
2222
end
23+
it 'members array of integers' do
24+
pp = <<-EOS
25+
if member( [1,2,3,4], 4 ){
26+
notify { 'output correct': }
27+
}
28+
EOS
29+
end
2330
describe 'failure' do
2431
it 'handles improper argument counts'
2532
end

0 commit comments

Comments
 (0)