diff options
-rw-r--r-- | spec/loading_spec.rb | 2 |
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}" |