Commit a605943d76216f2c5e78178c2b87ed92ff79741f

Authored by Nihad Abbasov
1 parent 9aafe77e

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,7 +2,7 @@ require 'spec_helper'
2 2
3 describe TreeHelper do 3 describe TreeHelper do
4 describe '#markup?' do 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 it "returns true for #{type} files" do 6 it "returns true for #{type} files" do
7 markup?("README.#{type}").should be_true 7 markup?("README.#{type}").should be_true
8 end 8 end