Skip to content

Commit

Permalink
pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Oct 11, 2016
1 parent 94fb05e commit 9c11c60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
15 changes: 0 additions & 15 deletions test/source/theme_data_test/source_2.html

This file was deleted.

2 changes: 1 addition & 1 deletion test/source/theme_data_test/source_override.html
@@ -1,5 +1,5 @@
---
permalink: /theme_data_test/navigation-override.html
permalink: /theme_data_test/nav-override.html
---

{% assign menu = site.data.navigation %}
Expand Down
2 changes: 1 addition & 1 deletion test/test_filters.rb
Expand Up @@ -587,7 +587,7 @@ def to_liquid
g["items"].is_a?(Array),
"The list of grouped items for '' is not an Array."
)
assert_equal 15, g["items"].size
assert_equal 17, g["items"].size
end
end
end
Expand Down
2 changes: 2 additions & 0 deletions test/test_site.rb
Expand Up @@ -197,6 +197,8 @@ def generate(site)
main.scss
properties.html
sitemap.xml
source.html
source_override.html
static_files.html
symlinked-file
)
Expand Down

0 comments on commit 9c11c60

Please sign in to comment.