summaryrefslogtreecommitdiff
path: root/spec/helpers/tree_helper_spec.rb
diff options
context:
space:
mode:
authorNihad Abbasov <mail@narkoz.me>2012-09-20 22:11:15 +0600
committerNihad Abbasov <mail@narkoz.me>2012-09-20 22:11:15 +0600
commita605943d76216f2c5e78178c2b87ed92ff79741f (patch)
tree5ff7a8a1d901a051301819de49929689949124e6 /spec/helpers/tree_helper_spec.rb
parent9aafe77e708174aac697a8dcafc99b90e96be36e (diff)
downloadgitlab-ce-a605943d76216f2c5e78178c2b87ed92ff79741f.tar.gz
fix broken spec
Diffstat (limited to 'spec/helpers/tree_helper_spec.rb')
-rw-r--r--spec/helpers/tree_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/tree_helper_spec.rb b/spec/helpers/tree_helper_spec.rb
index bb124d8b303..d450b687caf 100644
--- a/spec/helpers/tree_helper_spec.rb
+++ b/spec/helpers/tree_helper_spec.rb
@@ -2,7 +2,7 @@ require 'spec_helper'
describe TreeHelper do
describe '#markup?' do
- %w(mdown md markdown textile rdoc org creole mediawiki rst asciidoc pod).each do |type|
+ %w(textile rdoc org creole mediawiki rst asciidoc pod).each do |type|
it "returns true for #{type} files" do
markup?("README.#{type}").should be_true
end