@@ -139,7 +139,7 @@ module SyntaxSuggest
139139 source = <<~'EOM'
140140 context "timezones workaround" do
141141 it "should receive a time in UTC format and return the time with the"\
142- "office's UTC offset substracted from it" do
142+ "office's UTC offset subtracted from it" do
143143 travel_to DateTime.new(2020, 10, 1, 10, 0, 0) do
144144 office = build(:office)
145145 end
@@ -155,7 +155,7 @@ module SyntaxSuggest
155155 ) . to eq ( <<~'EOM' . indent ( 2 ) )
156156 1 context "timezones workaround" do
157157 2 it "should receive a time in UTC format and return the time with the"\
158- 3 "office's UTC offset substracted from it" do
158+ 3 "office's UTC offset subtracted from it" do
159159 4 travel_to DateTime.new(2020, 10, 1, 10, 0, 0) do
160160 5 office = build(:office)
161161 6 end
@@ -171,7 +171,7 @@ module SyntaxSuggest
171171 ) . to eq ( <<~'EOM' )
172172 1 context "timezones workaround" do
173173 > 2 it "should receive a time in UTC format and return the time with the"\
174- > 3 "office's UTC offset substracted from it" do
174+ > 3 "office's UTC offset subtracted from it" do
175175 4 travel_to DateTime.new(2020, 10, 1, 10, 0, 0) do
176176 5 office = build(:office)
177177 6 end
0 commit comments