aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/bigdecimal/power_spec.rb
blob: f2b1a9b5c81885c9ad2c6a13b5f72c2e460e1160 (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