We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deafa2 commit 6b65e14Copy full SHA for 6b65e14
spec/core_extensions_spec.rb
@@ -7,7 +7,7 @@
7
describe Monetize, 'core extensions' do
8
describe NilClass do
9
describe '#to_money' do
10
- it 'work as documented' do
+ it 'works as documented' do
11
money = nil.to_money
12
expect(money.cents).to eq 0
13
expect(money.currency).to eq Money.default_currency
@@ -22,7 +22,7 @@
22
23
describe Numeric do
24
25
26
money = 1234.to_money
27
expect(money.cents).to eq 1_234_00
28
0 commit comments