diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-13 18:52:09 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-13 18:52:09 +0000 |
commit | 48949f979a7d132ccbbc2239cd9e4ecf35fdeef5 (patch) | |
tree | dddfe3ebc99f33c4165665239fda38ab8a5a0d46 /test/functional/my_controller_test.rb | |
parent | 86d756d22d6c191920970165d2dc40d1e823351d (diff) | |
download | redmine-48949f979a7d132ccbbc2239cd9e4ecf35fdeef5.tar.gz redmine-48949f979a7d132ccbbc2239cd9e4ecf35fdeef5.zip |
Added some functional tests and a CVS test repository.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@987 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/my_controller_test.rb')
-rw-r--r-- | test/functional/my_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb index 5df2932ed..c1349ace4 100644 --- a/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb @@ -22,7 +22,7 @@ require 'my_controller' class MyController; def rescue_action(e) raise e end; end class MyControllerTest < Test::Unit::TestCase - fixtures :users + fixtures :users, :issues, :issue_statuses, :trackers, :enumerations def setup @controller = MyController.new |