Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
module FooHelper def foo haml_tag(:div) do haml_content("bar") end end end
これをテストすると、次のようになります。
NoMethodError: 未定義のメソッド `haml_tag'
このコードは完全に有効であり、開発/運用環境で機能します。
これは、haml ヘルパーをテスト環境に適切にロードすることと関係があります。
ありがとう!
http://haml-lang.com/docs/yardoc/Haml/Helpers.html#init_haml_helpers-instance_method