Skip to content

Commit ec56277

Browse files
committed
Style
1 parent f6a4e86 commit ec56277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/library/bigdecimal/BigDecimal_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
BigDecimal("-12345.6E-1").should == -reference
151151
end
152152

153-
it 'raises ArgumentError when Float is used without precision' do
153+
it "raises ArgumentError when Float is used without precision" do
154154
lambda { BigDecimal(1.0) }.should raise_error(ArgumentError)
155155
end
156156

0 commit comments

Comments
 (0)