Rails 7-加载css部分时抛出测试错误

。
订阅者
270
文章
0
评论
测试交流评论143字数 176阅读0分35秒阅读模式
摘要关于Rails 7,使用Ruby 2.7.6-测试 我陷入了以下问题: 测试本身工作正常,但存在以下错误: CategoriesController测试#test_should_g...

关于Rails 7,使用Ruby 2.7.6-测试

我陷入了以下问题:
测试本身工作正常,但存在以下错误:文章源自玩技e族-https://www.playezu.com/188837.html

CategoriesControllerTest#test_should_get_new:
ActionView::Template::Error: Error: File to import not found or unreadable: components/navbar.
        on line 593:1 of stdin
>> @import "components/navbar";
   ^
    app/views/layouts/application.html.erb:11
    test/controllers/categories_controller_test.rb:14:in `block in <class:CategoriesControllerTest>'

我试图找到一个解决方案,但没能找出问题所在。
我的partials命名正确。
我已经尝试将引导scss gem添加到gem文件中。
该站点在localhost上运行良好。
完整代码:https://github.com/nocarea/udemy-tutorial-rails-app文章源自玩技e族-https://www.playezu.com/188837.html

如果有人能为我指出正确的方向,我将不胜感激。
感谢您的考虑。文章源自玩技e族-https://www.playezu.com/188837.html

性能测试软件文章源自玩技e族-https://www.playezu.com/188837.html 文章源自玩技e族-https://www.playezu.com/188837.html

 
匿名

发表评论

匿名网友
确定

拖动滑块以完成验证