Skip to content

Commit

Permalink
Add empty favicon.ico
Browse files Browse the repository at this point in the history
To avoid `ActionController::RoutingError` from headless chrome for Rails < 7.2.
Like the following:
```
Failures:

  1) User views ember app using route helper
     Failure/Error: raise ActionController::RoutingError, "No route matches [#{env['REQUEST_METHOD']}] #{env['PATH_INFO'].inspect}"

     ActionController::RoutingError:
       No route matches [GET] "/favicon.ico"
```
  • Loading branch information
tricknotes committed Sep 17, 2024
1 parent 2e81133 commit df2ab29
Showing 1 changed file with 0 additions and 0 deletions.
Empty file added spec/dummy/public/favicon.ico
Empty file.

0 comments on commit df2ab29

Please sign in to comment.