Sha256: a0a4ea6ff8c4b48f545595d0c063b889beb3bdae2def9d06d03337596c914f73

Contents?: true

Size: 475 Bytes

Versions: 43

Compression:

Stored size: 475 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift(File.join(File.dirname(__FILE__), '..', '..', '..', '..'))

require 'test/unit'
require 'rex/proto/http'

class Rex::Proto::Http::Handler::Erb::UnitTest < Test::Unit::TestCase

	Klass = Rex::Proto::Http::Handler::Erb
	Request = Rex::Proto::Http::Request

	def test_erb
		k = Klass.new(nil, File.dirname(__FILE__))
		r = k.on_request(nil, Request::Get.new("/erb.rb.ut.rb.rhtml"))

		assert_not_nil(r)
		assert_equal("foo 4\n", r.body)
	end

end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
librex-0.0.65 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.63 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.54 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.53 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.52 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.51 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.50 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.49 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.48 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.47 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.46 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.44 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.43 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.42 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.41 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.40 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.39 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.38 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.37 lib/rex/proto/http/handler/erb.rb.ut.rb
librex-0.0.36 lib/rex/proto/http/handler/erb.rb.ut.rb