fix: For some reason stylus test hangs on travis

This commit is contained in:
Adam Stankiewicz 2013-12-26 23:42:00 +01:00
parent 20125ac3ac
commit c225bf8826

View File

@ -10,7 +10,7 @@ describe "My Vim plugin" do
extensions = extensions.split(/[\n,]/)
extensions.each do |ext|
unless ext.match(/stylus$/)
unless ext.match(/styl(us)?$/)
it "should parse #{ext} file" do
write_file "#{ext}", ""
vim.edit "#{ext}"