summaryrefslogtreecommitdiff
path: root/spec/ruby/core/process/status/to_int_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/process/status/to_int_spec.rb')
-rw-r--r--spec/ruby/core/process/status/to_int_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/ruby/core/process/status/to_int_spec.rb b/spec/ruby/core/process/status/to_int_spec.rb
new file mode 100644
index 0000000000..8c988d7e19
--- /dev/null
+++ b/spec/ruby/core/process/status/to_int_spec.rb
@@ -0,0 +1,5 @@
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Process::Status#to_int" do
+ it "needs to be reviewed for spec completeness"
+end