summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/struct/tms/cutime_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/core/struct/tms/cutime_spec.rb')
-rw-r--r--spec/rubyspec/core/struct/tms/cutime_spec.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/rubyspec/core/struct/tms/cutime_spec.rb b/spec/rubyspec/core/struct/tms/cutime_spec.rb
new file mode 100644
index 0000000000..235f378fab
--- /dev/null
+++ b/spec/rubyspec/core/struct/tms/cutime_spec.rb
@@ -0,0 +1,9 @@
+require File.expand_path('../../../../spec_helper', __FILE__)
+
+describe "Struct::Tms#cutime" do
+ it "needs to be reviewed for spec completeness"
+end
+
+describe "Struct::Tms#cutime=" do
+ it "needs to be reviewed for spec completeness"
+end