source: de.wigbels.ruby/contact/test/functional/listcontactgroup_controller_test.rb @ 7b7d827

Last change on this file since 7b7d827 was 7b7d827, checked in by njw <njw@…>, 10 years ago

opened projects: hothotwrite and contact

  • Property mode set to 100644
File size: 522 bytes
Line 
1require File.dirname(__FILE__) + '/../test_helper'
2require 'listcontactgroup_controller'
3
4# Re-raise errors caught by the controller.
5class ListcontactgroupController; def rescue_action(e) raise e end; end
6
7class ListcontactgroupControllerTest < Test::Unit::TestCase
8  def setup
9    @controller = ListcontactgroupController.new
10    @request    = ActionController::TestRequest.new
11    @response   = ActionController::TestResponse.new
12  end
13
14  # Replace this with your real tests.
15  def test_truth
16    assert true
17  end
18end
Note: See TracBrowser for help on using the repository browser.