]> source.dussan.org Git - redmine.git/commit
Configured object_daddy to help generate test data instead of fixtures. #4004
authorEric Davis <edavis@littlestreamsoftware.com>
Sun, 18 Oct 2009 22:25:00 +0000 (22:25 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sun, 18 Oct 2009 22:25:00 +0000 (22:25 +0000)
commit35333367dff6a3415bfc00904ac88d42024217f6
tree1af169d09b9737df103a89d42ac292c0dea5bb10
parentee9c2d3d880ecbb1437dfe62c76ca46dd6cba429
Configured object_daddy to help generate test data instead of fixtures. #4004

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2930 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
config/environments/test.rb
test/exemplars/custom_field_exemplar.rb [new file with mode: 0644]
test/exemplars/custom_value_exemplar.rb [new file with mode: 0644]
test/exemplars/enumeration_exemplar.rb [new file with mode: 0644]
test/exemplars/issue_exemplar.rb [new file with mode: 0644]
test/exemplars/issue_status_exemplar.rb [new file with mode: 0644]
test/exemplars/member_exemplar.rb [new file with mode: 0644]
test/exemplars/project_exemplar.rb [new file with mode: 0644]
test/exemplars/role_exemplar.rb [new file with mode: 0644]
test/exemplars/time_entry_activity.rb [new file with mode: 0644]
test/exemplars/time_entry_exemplar.rb [new file with mode: 0644]
test/exemplars/tracker_exemplar.rb [new file with mode: 0644]
test/exemplars/user_exemplar.rb [new file with mode: 0644]
test/unit/testing_test.rb