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    
neoteric_fedkit / test / neoteric_fedkit_test.rb
Size: Mime:
require 'test_helper'

class NeotericFedkitTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, NeotericFedkit
  end
end