Separate include_relative test out into its own context

This commit is contained in:
Garen Torikian 2014-09-07 11:21:50 -07:00
parent 0e4549013d
commit 934c37b578
1 changed files with 28 additions and 28 deletions

View File

@ -509,6 +509,7 @@ CONTENT
assert_match %r{8 included}, @content
end
end
end
context "relative include tag with variable and liquid filters" do
setup do
@ -544,5 +545,4 @@ CONTENT
assert_match %r{8 relative_include}, @content
end
end
end
end