We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6d058 commit a67fbb7Copy full SHA for a67fbb7
spec/ruby_units/string_spec.rb
@@ -8,7 +8,7 @@
8
specify { expect("1 m".convert_to("ft")).to be_within(RubyUnits::Unit.new("0.01 ft")).of RubyUnits::Unit.new("3.28084 ft") }
9
end
10
11
- describe "% (format)S" do
+ describe "% (format)" do
12
subject(:unit) { RubyUnits::Unit.new("1.23456 m/s^2") }
13
14
specify { expect("%0.2f" % 1.23).to eq("1.23") }
0 commit comments