summaryrefslogtreecommitdiff
path: root/spec/ruby/core/rational/exponent_spec.rb
blob: 7e35b4ebc190010477afe2783ffd578b114393be (plain)
1
2
3
4
5
6
require_relative "../../spec_helper"
require_relative '../../shared/rational/exponent'

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