On Fri, Jan 15, 2010 at 5:13 AM, Amit Kulkarni <[email protected]> wrote: > Thanks a lot.It worked. > But i got some error in migrations which i will figure it out. > Also i have some queries which are as follows: > 1: How do i point it to my Rspec test cases?
Your project's default rake task should run your rspec tests, if that is what you want. If that isn't happening, fix it in your project - it has nothing to do with ccrb. > 2: By default it takes production environment?Can we change this to test > environment?Or should we run the cruise control always in production > environment? > Since Rspec uses test environment how can we do this in cruisecontrol? Cruise itself runs in production environment. Your project's default rake task should run your rspec tests in the test environment. > 3: If the build is failed we get mail.Can we get mail if the build is passed > along with all the tests? You will get a mail on the first successful build after a failed build. There's really no point to getting one for every successful build, that's just noise. _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
