ryotarai/infrataster

tcp_port resource

ryotarai opened this issue · 1 comments

describe server(:app) do
  describe tcp_port(80) do
    it { should be_opened }
  end
end

Duplication of #25