summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/Rational_spec.rb
blob: 38f1da63338f4d688004998ac226667ba880a975 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/rational/Rational', __FILE__)

describe "Kernel.Rational" do
  it_behaves_like :kernel_Rational, :Rational
end