Show
Ignore:
Timestamp:
09/01/08 15:24:13 (4 months ago)
Author:
deveiant
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/spec/markdowntest_spec.rb

    r86 r87  
    1212begin 
    1313    require 'spec/runner' 
    14     require 'logger' 
     14 
    1515    require 'bluecloth' 
    1616    require 'spec/lib/constants' 
     17    require 'spec/lib/helpers' 
    1718    require 'spec/lib/matchers' 
    1819rescue LoadError 
     
    3233describe BlueCloth, "-- MarkdownTest 1.0: " do 
    3334    include BlueCloth::TestConstants, 
    34         BlueClothMatchers 
     35        BlueCloth::Matchers 
    3536 
    3637    markdowntest_dir = Pathname.new( __FILE__ ).dirname + 'data/markdowntest'