Last active
April 19, 2017 13:49
-
-
Save sonalkr132/62b9a8c648a383162e4b27de061e03b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Failure: | |
SearchTest#test_params_has_non_white_listed_keys [/home/addie/rubygems.org/test/integration/search_test.rb:64]: | |
Expected false to be truthy. | |
2) Failure: | |
SearchTest#test_searching_for_a_gem [/home/addie/rubygems.org/test/integration/search_test.rb:16]: | |
Expected false to be truthy. | |
3) Failure: | |
SearchesControllerTest#test_: on GET to show with search parameters should display 'gems' in pagination summary. [/home/addie/rubygems.org/test/functional/searches_controller_test.rb:51]: | |
Expected false to be truthy. | |
4) Error: | |
SearchesControllerTest#test_: on GET to show with search parameters and ES enabled should see sinatra on the page in the results. : | |
Capybara::ExpectationNotMet: expected to find text "sinatra" in "You are being redirected." | |
test/functional/searches_controller_test.rb:71:in `block (2 levels) in <class:SearchesControllerTest>' | |
5) Failure: | |
SearchesControllerTest#test_: on GET to show with search parameters should respond with 200. [/home/addie/.rvm/gems/ruby-2.3.3/gems/shoulda-context-1.2.1/lib/shoulda/context/context.rb:344]: | |
Expected response to be a 200, but was 302 | |
6) Error: | |
SearchesControllerTest#test_: on GET to show with search parameters and ES enabled should display pagination summary. : | |
Capybara::ExpectationNotMet: expected to find text "all 2 gems" in "You are being redirected." | |
test/functional/searches_controller_test.rb:79:in `block (2 levels) in <class:SearchesControllerTest>' | |
7) Failure: | |
SearchesControllerTest#test_: on GET to show with search parameters should see sinatra on the page in the results. [/home/addie/rubygems.org/test/functional/searches_controller_test.rb:43]: | |
Expected false to be truthy. | |
8) Failure: | |
SearchesControllerTest#test_: on GET to show with search parameters and ES enabled should respond with 200. [/home/addie/.rvm/gems/ruby-2.3.3/gems/shoulda-context-1.2.1/lib/shoulda/context/context.rb:344]: | |
Expected response to be a 200, but was 302 | |
38 runs, 42 assertions, 6 failures, 2 errors, 1 skips |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment