rails--rails/test/cases/queuing_test.rb

8 lines
110 B
Ruby
Raw Normal View History

2014-05-18 09:44:28 +00:00
require 'helper'
class QueuingTest < ActiveSupport::TestCase
test 'the truth' do
assert true
end
end