Guest User

Untitled

a guest
Nov 18th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. .......................................F--.............................F--.F--.F--.F--.....................................................................................................F--............................................................................................................................F-...............F......................................F----....F--................................................................................................................
  2.  
  3. (::) failed steps (::)
  4.  
  5. expected "Error creating repository: Unauthorized (HTTP 401)\n" to include "Error creating repository: Unauthorized (HTTP 401)"
  6. Diff:
  7. @@ -1,2 +1,2 @@
  8. -Error creating repository: Unauthorized (HTTP 401)
  9. +Error creating repository: Unauthorized (HTTP 401)
  10. (RSpec::Expectations::ExpectationNotMetError)
  11. features/authentication.feature:59:in `Then the stderr should contain "Error creating repository: Unauthorized (HTTP 401)"'
  12.  
  13. expected success? to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  14. ./features/support/env.rb:69:in `block in run_silent'
  15. ./features/support/env.rb:67:in `run_silent'
  16. ./features/steps.rb:61:in `/^I am on the "([^"]+)" branch(?: with upstream "([^"]+)")?$/'
  17. features/browse.feature:52:in `And I am on the "feature" branch with upstream "origin/experimental"'
  18.  
  19. expected success? to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  20. ./features/support/env.rb:69:in `block in run_silent'
  21. ./features/support/env.rb:67:in `run_silent'
  22. ./features/steps.rb:61:in `/^I am on the "([^"]+)" branch(?: with upstream "([^"]+)")?$/'
  23. features/browse.feature:58:in `And I am on the "feature" branch'
  24.  
  25. expected success? to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  26. ./features/support/env.rb:69:in `block in run_silent'
  27. ./features/support/env.rb:67:in `run_silent'
  28. ./features/steps.rb:61:in `/^I am on the "([^"]+)" branch(?: with upstream "([^"]+)")?$/'
  29. features/browse.feature:64:in `And I am on the "feature" branch with upstream "origin/experimental"'
  30.  
  31. expected success? to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  32. ./features/support/env.rb:69:in `block in run_silent'
  33. ./features/support/env.rb:67:in `run_silent'
  34. ./features/steps.rb:61:in `/^I am on the "([^"]+)" branch(?: with upstream "([^"]+)")?$/'
  35. features/browse.feature:70:in `And I am on the "foo/bar" branch with upstream "origin/baz/qux"'
  36.  
  37. expected "Error creating repository: Internal Server Error (HTTP 500)\n" to include "Error creating repository: Internal Server Error (HTTP 500)"
  38. Diff:
  39. @@ -1,2 +1,2 @@
  40. -Error creating repository: Internal Server Error (HTTP 500)
  41. +Error creating repository: Internal Server Error (HTTP 500)
  42. (RSpec::Expectations::ExpectationNotMetError)
  43. features/create.feature:53:in `Then the stderr should contain "Error creating repository: Internal Server Error (HTTP 500)"'
  44.  
  45. expected: "Error creating fork: Internal Server Error (HTTP 500)\n"
  46. got: "Error creating fork: Internal Server Error (HTTP 500)\n" (using ==)
  47. Diff:
  48. @@ -1,2 +1,2 @@
  49. -Error creating fork: Internal Server Error (HTTP 500)
  50. +Error creating fork: Internal Server Error (HTTP 500)
  51. (RSpec::Expectations::ExpectationNotMetError)
  52. features/fork.feature:37:in `And the stderr should contain exactly:'
  53.  
  54. expected: "Error creating fork: Unauthorized (HTTP 401)\n"
  55. got: "Error creating fork: Unauthorized (HTTP 401)\n" (using ==)
  56. Diff:
  57. @@ -1,2 +1,2 @@
  58. -Error creating fork: Unauthorized (HTTP 401)
  59. +Error creating fork: Unauthorized (HTTP 401)
  60. (RSpec::Expectations::ExpectationNotMetError)
  61. features/fork.feature:66:in `And the stderr should contain exactly:'
  62.  
  63. expected success? to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  64. ./features/support/env.rb:69:in `block in run_silent'
  65. ./features/support/env.rb:67:in `run_silent'
  66. ./features/steps.rb:54:in `/^there is a commit named "([^"]+)"$/'
  67. features/merge.feature:19:in `And there is a commit named "jfirebaugh/hub_merge"'
  68.  
  69. expected success? to return true, got false (RSpec::Expectations::ExpectationNotMetError)
  70. ./features/support/env.rb:69:in `block in run_silent'
  71. ./features/support/env.rb:67:in `run_silent'
  72. ./features/steps.rb:54:in `/^there is a commit named "([^"]+)"$/'
  73. features/merge.feature:42:in `And there is a commit named "jfirebaugh/hub_merge"'
  74.  
  75. Failing Scenarios:
  76. cucumber features/authentication.feature:47 # Scenario: Wrong password
  77. cucumber features/browse.feature:50 # Scenario: Current branch
  78. cucumber features/browse.feature:56 # Scenario: Current branch, no tracking
  79. cucumber features/browse.feature:62 # Scenario: Commits on current branch
  80. cucumber features/browse.feature:68 # Scenario: Complex branch
  81. cucumber features/create.feature:47 # Scenario: Creating repo failed
  82. cucumber features/fork.feature:29 # Scenario: Fork failed
  83. cucumber features/fork.feature:57 # Scenario: Invalid OAuth token
  84. cucumber features/merge.feature:7 # Scenario: Merge pull request
  85. cucumber features/merge.feature:30 # Scenario: Merge pull request
  86.  
  87. 98 scenarios (10 failed, 88 passed)
  88. 479 steps (10 failed, 19 skipped, 450 passed)
  89. 1m27.584s
Add Comment
Please, Sign In to add comment