Commit a605943d76216f2c5e78178c2b87ed92ff79741f
1 parent
9aafe77e
Exists in
master
and in
4 other branches
fix broken spec
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/helpers/tree_helper_spec.rb
... | ... | @@ -2,7 +2,7 @@ require 'spec_helper' |
2 | 2 | |
3 | 3 | describe TreeHelper do |
4 | 4 | describe '#markup?' do |
5 | - %w(mdown md markdown textile rdoc org creole mediawiki rst asciidoc pod).each do |type| | |
5 | + %w(textile rdoc org creole mediawiki rst asciidoc pod).each do |type| | |
6 | 6 | it "returns true for #{type} files" do |
7 | 7 | markup?("README.#{type}").should be_true |
8 | 8 | end | ... | ... |