Skip to content

Instantly share code, notes, and snippets.

@jacquescrocker
Created April 24, 2010 08:22
Show Gist options
  • Save jacquescrocker/377541 to your computer and use it in GitHub Desktop.
Save jacquescrocker/377541 to your computer and use it in GitHub Desktop.
Feature: something something
In order to ...
something something
Scenario: spec helper
Given a directory named "spec"
And a file named "example.haml" with:
"""
%p
%textarea
Foo
Bar
Baz
"""
Then the output should be:
"""
<p>
<textarea>
Foo
Bar
Baz
</textarea>
</p>
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment