From c9ad8231697b00da98c1e204ef48749a6beb9e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Sun, 19 Mar 2017 20:35:45 +0000 Subject: [PATCH] Fix the server specs: the gateway is on port 8080 by default --- .../ipfs/test/integration/default/serverspec/ipfs_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-cookbooks/ipfs/test/integration/default/serverspec/ipfs_spec.rb b/site-cookbooks/ipfs/test/integration/default/serverspec/ipfs_spec.rb index 09254fe..3bc17ee 100644 --- a/site-cookbooks/ipfs/test/integration/default/serverspec/ipfs_spec.rb +++ b/site-cookbooks/ipfs/test/integration/default/serverspec/ipfs_spec.rb @@ -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