spec/ramaze/view/redcloth.rb in manveru-ramaze-2009.06.12 vs spec/ramaze/view/redcloth.rb in manveru-ramaze-2009.07

- old
+ new

@@ -1,8 +1,8 @@ # Copyright (c) 2009 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. -require 'spec/helper' +require File.expand_path('../../../../spec/helper', __FILE__) spec_requires 'erubis', 'redcloth' Ramaze::App.options.views = 'redcloth' class SpecRedCloth < Ramaze::Controller