Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fails tag to failing Kernel.spawn spec #717

Merged
merged 1 commit into from May 9, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions spec/tags/1.9/ruby/core/kernel/spawn_tags.txt
Expand Up @@ -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
Expand Down