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