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

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