add onlyif && unless features #164
Annotations
10 errors
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider curl with password 'hunter2' File "/tmp/testfile" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/tmp/testfile".file?` to be truthy, got false
|
Run tests:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider curl with password 'hunter2' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider curl with password 'pass word with spaces' File "/tmp/testfile" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/tmp/testfile".file?` to be truthy, got false
|
Run tests:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider curl with password 'pass word with spaces' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider curl with password 'y^%88_' File "/tmp/testfile" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/tmp/testfile".file?` to be truthy, got false
|
Run tests:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider curl with password 'y^%88_' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider curl with password 'passwordwithsinglequote'!' File "/tmp/testfile" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/tmp/testfile".file?` to be truthy, got false
|
Run tests:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider curl with password 'passwordwithsinglequote'!' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider wget with password 'hunter2' File "/tmp/testfile" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/tmp/testfile".file?` to be truthy, got false
|
Run tests:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider wget with password 'hunter2' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
Loading