From c225bf8826aaa4701510e807e2b61533681164ef Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 26 Dec 2013 23:42:00 +0100 Subject: [PATCH] fix: For some reason stylus test hangs on travis --- spec/loading_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/loading_spec.rb b/spec/loading_spec.rb index 0623434..26d3941 100644 --- a/spec/loading_spec.rb +++ b/spec/loading_spec.rb @@ -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}"