summaryrefslogtreecommitdiff
path: root/spec/helpers
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-07-28 11:47:27 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-07-28 11:47:27 +0200
commitceabda743a14f2cbd8edfd704743765c8f58a743 (patch)
tree4a3af8c5f87255058a41fdca3f95a9713bca2333 /spec/helpers
parentcb0d63b9e3fa464ae8c0cd9cf7bdb8d080a7e02f (diff)
downloadgitlab-ce-ceabda743a14f2cbd8edfd704743765c8f58a743.tar.gz
Improve markup gems
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/tree_helper_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/helpers/tree_helper_spec.rb b/spec/helpers/tree_helper_spec.rb
index d450b687caf..872dc2ebf31 100644
--- a/spec/helpers/tree_helper_spec.rb
+++ b/spec/helpers/tree_helper_spec.rb
@@ -2,7 +2,8 @@ require 'spec_helper'
describe TreeHelper do
describe '#markup?' do
- %w(textile rdoc org creole mediawiki rst asciidoc pod).each do |type|
+ %w(textile rdoc org creole wiki mediawiki
+ rst adoc asciidoc asc).each do |type|
it "returns true for #{type} files" do
markup?("README.#{type}").should be_true
end