Skip to content

Commit

Permalink
T-89: Remove enters from description
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Feb 14, 2022
1 parent 4eeb1e3 commit 32a2629
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions spec/basic_temperature/temperature_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -677,12 +677,10 @@

context "when other is a Numeric" do
it(
<<~DESCRIPTION
returns two elements array,
where first element is other converted to Temperature
and has the same scale as temperature,
second - is temperature itself
DESCRIPTION
"returns two elements array, " \
"where first element is other converted to Temperature " \
"and has the same scale as temperature, " \
"second - is temperature itself"
) do
expect(temperature.coerce(10)).to eq([described_class.new(10, :celsius), temperature])
end
Expand Down

0 comments on commit 32a2629

Please sign in to comment.