From d06a39ab82336b1cf9074d7fe3affad12f9a30ab Mon Sep 17 00:00:00 2001 From: Alex Tambellini Date: Tue, 7 May 2013 23:06:49 -0400 Subject: [PATCH] Add fails tag to failing Kernel.spawn spec --- spec/tags/1.9/ruby/core/kernel/spawn_tags.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/tags/1.9/ruby/core/kernel/spawn_tags.txt b/spec/tags/1.9/ruby/core/kernel/spawn_tags.txt index 9eab5dc2b57..ea5bb0e6d14 100644 --- a/spec/tags/1.9/ruby/core/kernel/spawn_tags.txt +++ b/spec/tags/1.9/ruby/core/kernel/spawn_tags.txt @@ -51,6 +51,7 @@ fails:Kernel#spawn with a single argument raises a TypeError if the argument doe fails:Kernel#spawn with multiple arguments raises an ArgumentError if an argument includes a null byte fails:Kernel#spawn with multiple arguments raises a TypeError if an argument does not respond to #to_str fails:Kernel#spawn with a command array uses the first element as the command name and the second as the argv[0] value +fails:Kernel.spawn with a command array does not subject the arguments to shell expansion fails:Kernel#spawn with a command array calls #to_ary to convert the argument to an Array fails:Kernel#spawn with a command array raises an ArgumentError if the Strings in the Array include a null byte fails:Kernel#spawn with a command array raises a TypeError if an element in the Array does not respond to #to_str