Downgrading RedCloth back to 3.0.3 (3.0.4 is said to be buggy)
This commit is contained in:
parent
61776995b6
commit
9ea6e6ae65
25 changed files with 1162 additions and 1589 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue