aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/integer/exponent_spec.rb
blob: a009eaa1311c3ee5b8c914b56a6ed7c99816907e (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/exponent', __FILE__)

describe "Integer#**" do
  it_behaves_like :integer_exponent, :**
end