Skip to content

Commit f9e6081

Browse files
bertiecrollsunny
andauthored
Updates spec to clarify cents
Co-authored-by: Sunny Ripert <[email protected]>
1 parent ae0f3b3 commit f9e6081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/helpers/action_view_extension_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
end
108108

109109
context 'with a negative monetizable object' do
110-
let(:monetizable_object){ Money.new(-125) }
110+
let(:monetizable_object){ Money.new(-1_25) }
111111
it { is_expected.to eq "25" }
112112
end
113113
end

0 commit comments

Comments
 (0)