Closed
Description
context "timezones workaround" do
it "should receive a time in UTC format and return the time with the"\
"office's UTC offset substracted from it" do
travel_to DateTime.new(2020, 10, 1, 10, 0, 0) do
end
end
end
context "test" do
it "should" do
end
Produces:
❯ 1 context "timezones workaround" do
❯ 6 end
❯ 7 context "test" do
❯ 8 it "should" do
❯ 9 end
Which is far too aggressive. The reason is that there's no linebreak above line 7.
Metadata
Metadata
Assignees
Labels
No labels