test/test_contentprocessor_context.rb in webgen-0.5.5 vs test/test_contentprocessor_context.rb in webgen-0.5.6
- old
+ new
@@ -1,7 +1,7 @@
require 'test/unit'
require 'helper'
-require 'webgen/contentprocessor/context'
+require 'webgen/contentprocessor'
class TestContentProcessorContext < Test::Unit::TestCase
def setup
@context = Webgen::ContentProcessor::Context.new(:content => 'test', :key => :value, :chain => [:first, :last])