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
path: root/spec
diff options
context:
space:
mode:
authorNihad Abbasov <mail@narkoz.me>2012-09-20 20:11:15 +0400
committerNihad Abbasov <mail@narkoz.me>2012-09-20 20:11:15 +0400
commita605943d76216f2c5e78178c2b87ed92ff79741f (patch)
tree5ff7a8a1d901a051301819de49929689949124e6 /spec
parent9aafe77e708174aac697a8dcafc99b90e96be36e (diff)
fix broken spec
Diffstat (limited to 'spec')
-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