Sha256: ffbcb7574ba0631e145a582faf7e94841b9bc3f17b08609eb3047c6dbf76e6c5
Contents?: true
Size: 383 Bytes
Versions: 9
Compression:
Stored size: 383 Bytes
Contents
require "spec_helper" describe "Helpers:" do include StaticMatic::Helpers::AssetsHelper include StaticMatic::Helpers::CurrentPathHelper include StaticMatic::Helpers::TagHelper before do setup_staticmatic end it "should include custom helper" do content = @staticmatic.generate_html_with_layout("index") content.should match(/Hello, Steve!/) end end
Version data entries
9 entries across 9 versions & 1 rubygems