summaryrefslogtreecommitdiffstats
path: root/spec/loading_spec.rb
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-12-26 23:42:00 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2013-12-27 00:01:14 +0100
commitc225bf8826aaa4701510e807e2b61533681164ef (patch)
tree2bc04024a44344eeacf1d25d760006ed035d0a2e /spec/loading_spec.rb
parent20125ac3acc8624c294521b3771de3d38b2b7bce (diff)
downloadvim-polyglot-c225bf8826aaa4701510e807e2b61533681164ef.tar.gz
vim-polyglot-c225bf8826aaa4701510e807e2b61533681164ef.zip
fix: For some reason stylus test hangs on travis
Diffstat (limited to 'spec/loading_spec.rb')
-rw-r--r--spec/loading_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/loading_spec.rb b/spec/loading_spec.rb
index 06234340..26d39418 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}"