aboutsummaryrefslogtreecommitdiffstats
path: root/test/blob_test.rb
blob: 9f7c14533e24a3f15a86f73086506595b74eb6fb (plain) (blame)
1
2
3
4
5
6
7
require "test_helper"

class ActiveFile::BlobTest < ActiveSupport::TestCase
  test "truth" do
    assert true
  end
end