Skip to content

Commit

Permalink
Test for upstream issue pitr#37 -- seems to work without changes
Browse files Browse the repository at this point in the history
  • Loading branch information
whitehat101 committed Apr 28, 2014
1 parent 52a9686 commit dcf4068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.hello-world ignored-haml
1 change: 1 addition & 0 deletions test/precompile_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def precompile!(rails_env)
assert_match /\.put\("template\.html",/, contents
assert_match /\.put\("subfolder\/template\.html",/, contents
assert_match /\.put\("hello-world\.html",/, contents
assert_match /\.put\("template-name\.html",/, contents
assert_match /\.put\("erb_template\.html",/, contents
assert_match /\.put\("slim_template\.html",/, contents
assert_match /\.put\("haml_template\.html",/, contents
Expand Down

0 comments on commit dcf4068

Please sign in to comment.