私はRails3.1エンジンを開発していますが、統合テストを行うために、単純な古いERBの代わりにSLIMを使用したいと思います。だから私は単にファイルに追加しようとしましたがs.add_development_dependency "slim"
、ファイル.gemspec
の名前をに変更すると、Railsは次のように文句を言います。index.html.erb
index.html.slim
テンプレートdummy/index、application / indexに{:locale => [:en]、:formats => [:html]、:handlers => [:erb、:builder]}がありません。検索対象:* "/ Users / josh / Documents / Work / Sientia / iq_menu / full / spec / dummy / app / views" * "/ Users / josh / Documents / Work / Sientia / iq_menu / full / app / views"
slim-rails
gemとgemでも試してみましhaml-rails
たが、ファイルの名前を変更するindex.html.haml
と同じエラーが発生しました。
私は何が間違っているのですか?