Repository URL to install this package:
require 'test_helper' class UploaderTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, Uploader end end