Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-07-28 13:47:27 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-07-28 13:47:27 +0400
commitceabda743a14f2cbd8edfd704743765c8f58a743 (patch)
tree4a3af8c5f87255058a41fdca3f95a9713bca2333 /spec/helpers/tree_helper_spec.rb
parentcb0d63b9e3fa464ae8c0cd9cf7bdb8d080a7e02f (diff)
Improve markup gems
Diffstat (limited to 'spec/helpers/tree_helper_spec.rb')
-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