Sha256: fbe2e0d926685124cbcfd9c38151ba9120fc98b146f25a317f2c7b7096f62f8b

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

require File.dirname(__FILE__) + "/test_helper"

class StaticMatic::HelpersTest < Test::Unit::TestCase
  def setup
    setup_staticmatic
  end
  
  should "include custom helper" do
    content = @staticmatic.generate_html_with_layout("index")
    assert_match "Hello, Steve!", content
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
bdimcheff-staticmatic-0.10.1 test/helpers_test.rb
staticmatic-0.10.2 test/helpers_test.rb