Coggle requires JavaScript to display documents.
helper
assign(:title, "My title") expect(helper.page_title).to eq "My title"
module ApplicationHelper def page_title @title end end