Fixed code styling
This commit is contained in:
@@ -4,7 +4,6 @@ require 'serverspec'
|
||||
set :backend, :exec
|
||||
|
||||
describe "IPFS" do
|
||||
|
||||
# It is in the PATH
|
||||
describe command("which ipfs") do
|
||||
its(:exit_status) { should eq 0 }
|
||||
@@ -22,5 +21,4 @@ describe "IPFS" do
|
||||
expect(service("ipfs")).to be_running
|
||||
expect(service("ipfs")).to be_enabled
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user