Sha256: 028318e7f48a9a1c42525d79461e4396946a137c65b522335a3a6ce06ee95c50
Contents?: true
Size: 528 Bytes
Versions: 7
Compression:
Stored size: 528 Bytes
Contents
require File.dirname(__FILE__) + '/../../test_helper' require 'admin/variations_controller' # Re-raise errors caught by the controller. class Admin::VariationsController; def rescue_action(e) raise e end; end class Admin::VariationsControllerTest < Test::Unit::TestCase def setup @controller = Admin::VariationsController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new end # Replace this with your real tests. def test_truth assert true end end
Version data entries
7 entries across 7 versions & 2 rubygems