summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/exponent_spec.rb
blob: a992d36a7e9cfc4931704daa9ca4de4dd3abdfdb (plain)
1
2
3
4
5
require File.expand_path('../../../shared/rational/exponent', __FILE__)

describe "Rational#**" do
  it_behaves_like :rational_exponent, :**
end