Sha256: 551ea867a9ead27d3aa0d777271583a423cebb46dc11c96a96afb2c4685f1660

Contents?: true

Size: 486 Bytes

Versions: 11

Compression:

Stored size: 486 Bytes

Contents

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

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

class PartiesControllerTest < Test::Unit::TestCase
  def setup
    @controller = PartiesController.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

11 entries across 11 versions & 1 rubygems

Version Path
backlog-0.6.2 test/functional/parties_controller_test.rb
backlog-0.6.4 test/functional/parties_controller_test.rb
backlog-0.6.5 test/functional/parties_controller_test.rb
backlog-0.6.3 test/functional/parties_controller_test.rb
backlog-0.7.0 test/functional/parties_controller_test.rb
backlog-0.6.6 test/functional/parties_controller_test.rb
backlog-0.7.1 test/functional/parties_controller_test.rb
backlog-0.7.2 test/functional/parties_controller_test.rb
backlog-0.7.3 test/functional/parties_controller_test.rb
backlog-0.7.4 test/functional/parties_controller_test.rb
backlog-0.7.5 test/functional/parties_controller_test.rb