Sha256: d1f755d45cbbfac18cfa203ef44802ae6d53e21889115b2596700ce240b2ba7b
Contents?: true
Size: 378 Bytes
Versions: 4
Compression:
Stored size: 378 Bytes
Contents
require File.dirname(__FILE__) + '/test_helper' class SomeController < ActionController::Base; end module SomeHelper; end class AnotherController < ActionController::Base; end class RailsPDF::PDFRenderTest < Test::Unit::TestCase def test_should_not_barf_on_missing_helper view = stub(:controller => AnotherController.new) RailsPDF::PDFRender.new(view) end end
Version data entries
4 entries across 4 versions & 1 rubygems