summaryrefslogtreecommitdiff
path: root/test/unit/generic_file_test.rb
blob: e7fa53dcccafca140127607b21153b093a748aff (plain)
1
2
3
4
5
6
7
require 'test_helper'

class GenericFileTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert GenericFile.new.valid?
  end
end