Skip to content

Commit

Permalink
Rename library/bigdecimal/new_spec.rb -> BigDecimal_spec.rb
Browse files Browse the repository at this point in the history
Modified describe text from `BigDecimal#new` to `Kernel#BigDecimal`
  • Loading branch information
yhirano55 authored and eregon committed Apr 3, 2018
1 parent 281c73a commit cbaa0e4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
require_relative '../../spec_helper'
require 'bigdecimal'

describe "BigDecimal.new" do
describe "Kernel#BigDecimal" do

it "creates a new object of class BigDecimal" do
BigDecimal("3.14159").should be_kind_of(BigDecimal)
Expand Down

0 comments on commit cbaa0e4

Please sign in to comment.