fix broken spec
This commit is contained in:
parent
9aafe77e70
commit
a605943d76
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'spec_helper'
|
||||||
|
|
||||||
describe TreeHelper do
|
describe TreeHelper do
|
||||||
describe '#markup?' 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
|
it "returns true for #{type} files" do
|
||||||
markup?("README.#{type}").should be_true
|
markup?("README.#{type}").should be_true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue