Allow file://
URI scheme
#201
Annotations
6 errors
Run tests:
spec/unit/tasks/utils/deployment_spec.rb#L36
Deployment#activate is expected not to raise Exception
Failure/Error: it { expect { deployment.activate }.not_to raise_exception }
expected no Exception, got #<NameError: undefined local variable or method `path' for #<Deployment:0x000055f394d25810>
Did you mean? @path> with backtrace:
# ./tasks/utils/deployment.rb:58:in `activate'
# ./spec/unit/tasks/utils/deployment_spec.rb:36:in `block (4 levels) in <top (required)>'
# ./spec/unit/tasks/utils/deployment_spec.rb:36:in `block (3 levels) in <top (required)>'
|
Run tests:
spec/unit/tasks/utils/deployment_spec.rb#L126
Deployment with deploy hooks returns true when all hooks succeed
Failure/Error: expect { deployment.deploy(url, {}) }.not_to raise_exception
expected no Exception, got #<NameError: undefined local variable or method `path' for #<Deployment:0x000055f3943e5390>
Did you mean? @path> with backtrace:
# ./tasks/utils/deployment.rb:148:in `creating_deployment_directory'
# ./tasks/utils/deployment.rb:38:in `deploy'
# ./spec/unit/tasks/utils/deployment_spec.rb:130:in `block (4 levels) in <top (required)>'
# ./spec/unit/tasks/utils/deployment_spec.rb:130:in `block (3 levels) in <top (required)>'
|
Run tests:
spec/unit/tasks/utils/deployment_spec.rb#L135
Deployment with deploy hooks raise when the before deployment hook fail
Failure/Error: expect { deployment.deploy(url, {}) }.to raise_exception('Aborted deployment: before_deploy hook failed')
expected Exception with "Aborted deployment: before_deploy hook failed", got #<NameError: undefined local variable or method `path' for #<Deployment:0x000055f3930420e0>
Did you mean? @path> with backtrace:
# ./tasks/utils/deployment.rb:148:in `creating_deployment_directory'
# ./tasks/utils/deployment.rb:38:in `deploy'
# ./spec/unit/tasks/utils/deployment_spec.rb:139:in `block (4 levels) in <top (required)>'
# ./spec/unit/tasks/utils/deployment_spec.rb:139:in `block (3 levels) in <top (required)>'
|
Run tests:
spec/unit/tasks/utils/deployment_spec.rb#L144
Deployment with deploy hooks return false when the after deployment hook fail
Failure/Error: expect { deployment.deploy(url, {}) }.to raise_exception('after_deploy hook failed')
expected Exception with "after_deploy hook failed", got #<NameError: undefined local variable or method `path' for #<Deployment:0x000055f3938a7708>
Did you mean? @path> with backtrace:
# ./tasks/utils/deployment.rb:148:in `creating_deployment_directory'
# ./tasks/utils/deployment.rb:38:in `deploy'
# ./spec/unit/tasks/utils/deployment_spec.rb:148:in `block (4 levels) in <top (required)>'
# ./spec/unit/tasks/utils/deployment_spec.rb:148:in `block (3 levels) in <top (required)>'
|
Run tests:
spec/unit/tasks/utils/application_spec.rb#L22
Application#deployments
Failure/Error: application.deploy(nil, '1', {})
NameError:
undefined local variable or method `path' for #<Deployment:0x000055c6bafdf468>
Did you mean? @path
|
Run tests
Process completed with exit code 1.
|
Loading