Skip to content

Commit

Permalink
add tests for requiring non source files
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Dec 9, 2011
1 parent 0c18eb3 commit 4ef4bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/fixtures/app/views/index.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{name}}
3 changes: 2 additions & 1 deletion test/test_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def test_from_path
"app/index.js",
"app/models/orm.js",
"app/models/person.js",
"app/models/user.js"
"app/models/user.js",
"app/views/index.mustache"
], sources
end

Expand Down

0 comments on commit 4ef4bdc

Please sign in to comment.