summaryrefslogtreecommitdiff
path: root/spec/ruby/library/bigdecimal/power_spec.rb
blob: c9aef58b1237e5dbdd729e6a9a94eba026c2d09c (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/power', __FILE__)

describe "BigDecimal#power" do
  it_behaves_like :bigdecimal_power, :power
end