Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
montage / test / uploader_test.rb
Size: Mime:
require 'test_helper'

class UploaderTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, Uploader
  end
end