Sha256: 87d89b2dbc713a58bbf24abfd293900a412165fd7184f12208ae68cf1be00f27
Contents?: true
Size: 482 Bytes
Versions: 8
Compression:
Stored size: 482 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' require 'checkout_controller' # Re-raise errors caught by the controller. class CheckoutController; def rescue_action(e) raise e end; end class CheckoutControllerTest < Test::Unit::TestCase include CheckoutHelper def setup @controller = CheckoutController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new end def test_truth assert true end end
Version data entries
8 entries across 8 versions & 2 rubygems