Created
March 6, 2019 01:09
-
-
Save jeremiahlukus/6f3c905b0de1a9f1fbf077b30df406df to your computer and use it in GitHub Desktop.
blah
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) Admin manages users Admin views existing users | |
Got 1 failure and 1 other error: | |
1.1) Got 2 failures from failure aggregation block "javascript errrors". | |
# ./spec/rails_helper.rb:101:in `block (2 levels) in <top (required)>' | |
1.1.1) Failure/Error: expect(error.level).not_to eq('SEVERE'), error.message | |
http://127.0.0.1:50697/img/logo-xx.png - Failed to load resource: the server responded with a status of 500 (Internal Server Error) | |
# ./spec/rails_helper.rb:103:in `block (4 levels) in <top (required)>' | |
# ./spec/rails_helper.rb:102:in `each' | |
# ./spec/rails_helper.rb:102:in `block (3 levels) in <top (required)>' | |
1.1.2) Failure/Error: expect(error.level).not_to eq('SEVERE'), error.message | |
http://127.0.0.1:50697/img/logo-xx.png - Failed to load resource: the server responded with a status of 500 (Internal Server Error) | |
# ./spec/rails_helper.rb:103:in `block (4 levels) in <top (required)>' | |
# ./spec/rails_helper.rb:102:in `each' | |
# ./spec/rails_helper.rb:102:in `block (3 levels) in <top (required)>' | |
1.2) Failure/Error: raise ActionController::RoutingError, "No route matches [#{env['REQUEST_METHOD']}] #{env['PATH_INFO'].inspect}" | |
ActionController::RoutingError: | |
No route matches [GET] "/img/logo-xx.png" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rspec ./spec/features/admin/dashboard/manage_users_spec.rb:5 # Admin manages users Admin views existing users
rspec ./spec/features/admin/dashboard/manage_users_spec.rb:23 # Admin manages users Admin creates a user
rspec ./spec/features/admin/dashboard/manage_users_spec.rb:44 # Admin manages users Admin edits a user
rspec ./spec/features/admin/dashboard/manage_users_spec.rb:61 # Admin manages users Admin deletes a user
rspec ./spec/features/admin/dashboard_spec.rb:5 # Admin dashboard Admin clicks link to dashboard