Skip to content

Commit 3bda6f0

Browse files
committed
also test for zh-tw sites
1 parent a1a85e3 commit 3bda6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/site_syntax_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def app
1212
@app ||= InstallFest.new
1313
end
1414

15-
['en', 'es'].each do |locale|
15+
['en', 'es', 'zh-tw'].each do |locale|
1616
describe "in locale '#{locale}'" do
1717
Site.all(locale).each do |site|
1818
describe "#{site.name} pages..." do

0 commit comments

Comments
 (0)