File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spec/lib/annotate_rb/model_annotator/annotation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 182182 is_expected . to eq expected_result
183183 end
184184
185- context ' when default timestamps are included' do
185+ context " when default timestamps are included" do
186186 let ( :columns ) do
187187 [
188188 mock_column ( "parent_id" , :integer ) ,
194194 ]
195195 end
196196
197- it ' sorts default timestamps second last before associations' do
197+ it " sorts default timestamps second last before associations" do
198198 is_expected . to eq <<~EOS
199199 # == Schema Information
200200 #
210210 EOS
211211 end
212212
213- context ' when timestamps_column option is set' do
213+ context " when timestamps_column option is set" do
214214 let ( :options ) do
215215 AnnotateRb ::Options . new (
216216 classified_sort : true ,
217217 timestamp_columns : %w[ created_at updated_at deleted_at ]
218218 )
219219 end
220220
221- it ' sorts configured timestamps into config order' do
221+ it " sorts configured timestamps into config order" do
222222 is_expected . to eq <<~EOS
223223 # == Schema Information
224224 #
You can’t perform that action at this time.
0 commit comments