Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremiahlukus/6f3c905b0de1a9f1fbf077b30df406df to your computer and use it in GitHub Desktop.
Save jeremiahlukus/6f3c905b0de1a9f1fbf077b30df406df to your computer and use it in GitHub Desktop.
blah
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"
@jeremiahlukus
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment