diff options
Diffstat (limited to 'spec/ruby/shared/rational/marshal_load.rb')
-rw-r--r-- | spec/ruby/shared/rational/marshal_load.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/ruby/shared/rational/marshal_load.rb b/spec/ruby/shared/rational/marshal_load.rb new file mode 100644 index 0000000000..7cf32ad1db --- /dev/null +++ b/spec/ruby/shared/rational/marshal_load.rb @@ -0,0 +1,5 @@ +require File.expand_path('../../../spec_helper', __FILE__) + +describe :rational_marshal_load, shared: true do + it "needs to be reviewed for spec completeness" +end |