Downgrading RedCloth back to 3.0.3 (3.0.4 is said to be buggy)

This commit is contained in:
Alexey Verkhovsky 2005-09-28 04:12:11 +00:00
parent 61776995b6
commit 9ea6e6ae65
25 changed files with 1162 additions and 1589 deletions

View file

@ -1,8 +1,8 @@
ENV["RAILS_ENV"] = "test"
ENV['RAILS_ENV'] = 'test'
# Expand the path to environment so that Ruby does not load it multiple times
# File.expand_path can be removed if Ruby 1.9 is in use.
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require File.expand_path(File.dirname(__FILE__) + '/../config/environment')
require 'application'
require 'test/unit'