summaryrefslogtreecommitdiff
path: root/test/unit/asset_test.rb
blob: 58aba764e2f997bfc1aebbec64d9d2ce2d1ad4ca (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class AssetTest < ActiveSupport::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end