Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / spec / web.rb

require "insist"

describe "web tests" do
  context "rack rubygem" do
    it "must be available" do
      require "rack"
    end
  end
end