Fix the server specs: the gateway is on port 8080 by default

This commit is contained in:
Greg Karékinian 2017-03-19 20:35:45 +00:00
parent b1cefa0d9b
commit c9ad823169

View File

@ -14,8 +14,8 @@ describe "IPFS" do
expect(port(4001)).to be_listening
end
it "is listening on port 9090 (gateway)" do
expect(port(9090)).to be_listening
it "is listening on port 8080 (gateway)" do
expect(port(8080)).to be_listening
end
it "has a running service of ipfs" do