Sha256: 24d3c4d344fae486bcfac02acd1c7f539e86d22932d00a31b00e48cf4d5dafb9

Contents?: true

Size: 494 Bytes

Versions: 5

Compression:

Stored size: 494 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper'
require 'project_controller'

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

class ProjectControllerTest < Test::Unit::TestCase
  def setup
    @controller = ProjectController.new
    @request, @response = ActionController::TestRequest.new, ActionController::TestResponse.new
  end

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
damagecontrol-0.5.0.1391 test/functional/project_controller_test.rb
damagecontrol-0.5.0.1393 test/functional/project_controller_test.rb
damagecontrol-0.5.0.1392 test/functional/project_controller_test.rb
damagecontrol-0.5.0 test/functional/project_controller_test.rb
damagecontrol-0.5.0.1404 test/functional/project_controller_test.rb