Sha256: d5674c48d598d57f4bf9d8346000025115935dc6a0848059b6fa5141bb2be92b

Contents?: true

Size: 520 Bytes

Versions: 3

Compression:

Stored size: 520 Bytes

Contents

require File.dirname(__FILE__) + '/../../test_helper'
require 'admin/profiles_controller'

# Re-raise errors caught by the controller.
class Admin::ProfilesController; def rescue_action(e) raise e end; end

class Admin::ProfilesControllerTest < Test::Unit::TestCase
  def setup
    @controller = Admin::ProfilesController.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

3 entries across 3 versions & 1 rubygems

Version Path
typo-5.0.1 test/functional/admin/profiles_controller_test.rb
typo-5.0.2 test/functional/admin/profiles_controller_test.rb
typo-5.0 test/functional/admin/profiles_controller_test.rb