Sha256: 20d1670994145a43e7105b576dd9747aa11f4afb913b3cca433ccd8e67e6ae73

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 Bytes

Contents

Feature: Haml :code filter.

  Scenario: Filter works and preserved indentation
    Given a fixture app "test-app"
    And a file named "config.rb" with:
      """
      set :haml, { :ugly => false }
      activate :syntax
      """
    Given the Server is running at "test-app"
    When I go to "/code_haml_filter.html"
    Then I should see '<span class="k">def</span>'
    Then I should see '<pre class="highlight plaintext">This is some code'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-syntax-2.0.0 features/haml_filter.feature