aboutsummaryrefslogtreecommitdiffstats
path: root/test/cases/queuing_test.rb
blob: 5f1b35fee59c75ce622ddbecae9b9b4921a34742 (plain) (blame)
1
2
3
4
5
6
7
require 'helper'

class QueuingTest < ActiveSupport::TestCase
  test 'the truth' do
    assert true
  end
end