Skip to content

Commit 5516b66

Browse files
committed
Remove commented out code
1 parent 958a8a0 commit 5516b66

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spec/ajax-datatables-rails/datatable/simple_order_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@
5151
expect(nulls_last_order.query('email')).to eq('email DESC IS NULL')
5252
end
5353
end
54-
55-
# it 'sql query' do
56-
# expect(nulls_last_order.query('email')).to eq(
57-
# 'CASE WHEN email IS NULL THEN 1 ELSE 0 END, email DESC'
58-
# )
59-
# end
6054
end
6155
end
6256
end

0 commit comments

Comments
 (0)