1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/test/blob_test.rb
David Heinemeier Hansson e50454e077 Quote this!
2017-07-01 12:06:08 +02:00

7 lines
120 B
Ruby

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