Skip to content

Instantly share code, notes, and snippets.

@fletcherm
Created February 11, 2011 01:41
Show Gist options
  • Save fletcherm/821768 to your computer and use it in GitHub Desktop.
Save fletcherm/821768 to your computer and use it in GitHub Desktop.
1) ChildProcess can write to stdin if duplex = true
Failure/Error: out.read.should == "hello world\n"
expected: "hello world\n"
got: "Error opening script file: /var/folders/Te/Tei12WuyEgSxz3cPPmFWvE+++TI/-Tmp-/childprocess-temp.13008.41245 (No such file or directory)\n" (using ==)
Diff:
@@ -1,2 +1,2 @@
-hello world
+Error opening script file: /var/folders/Te/Tei12WuyEgSxz3cPPmFWvE+++TI/-Tmp-/childprocess-temp.13008.41245 (No such file or directory)
# ./spec/childprocess_spec.rb:120
# :1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment