chris2fr / redmine_taskjuggler

Redmine and Task Juggler Integration
25 stars 9 forks source link

Create Test Data Fixture #21

Open chris2fr opened 10 years ago

chris2fr commented 10 years ago

I think Factory_Girl my be a good idea for generating the test data: https://github.com/thoughtbot/factory_girl

chris2fr commented 10 years ago

Factory_Girl is a little too much for now. I found that there are tests here : test/unit. They can be run by rake redmine:plugins:test I am thinking as well with NAME="redmine_taskjuggler" On hold for now.

chris2fr commented 10 years ago

I have moved away from fixture and factory girl towards a rake task that can start different types of projects we can test by hand.