make tests easier to run and re-run, add instructions
Reported by Joshua Vickery | January 21st, 2009 @ 08:31 AM | in ObjectiveResource 1.0
right now the process for running tests is to open a console and run
rake db:populate RAILS_ENV=test
./script/server -e test
and then build and run the tests and look at the output in the debugger console
The ideal, I think, would be able to just build and run the target, which will take care of the rails server setup and running.
As an added bonus, it would be nice if we could see the output in a dedicated result window, rather than in the debugger console, but that might be pie in the sky wishing.
Comments and changes to this ticket
-
Joshua Vickery January 26th, 2009 @ 08:27 AM
- Milestone set to ObjectiveResource 1.0
-
Joshua Vickery January 26th, 2009 @ 06:05 PM
- Assigned user set to Joshua Vickery
-
Ryan Daigle January 28th, 2009 @ 04:35 PM
(from [5ba7166f36c15ea93ac59cfb02938282c9ef8496]) [#15] have build script run test server and prepare the db
update README to include info on running tests http://github.com/yfactorial/obj...
-
Joshua Vickery January 28th, 2009 @ 04:47 PM
- Assigned user changed from Joshua Vickery to jjburka
this is done. the only problem is that you need to manually kill the server
-
Ryan Daigle January 29th, 2009 @ 01:37 PM
(from [03c1a929d235dce26fadd031feacd440113f4405]) [#15] server is now killed if it is running, migrations are run as well http://github.com/yfactorial/obj...
-
jjburka February 3rd, 2009 @ 09:17 AM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Port of Rails' ActiveResource framework to the iPhone.
People watching this ticket
Referenced by
- 15 make tests easier to run and re-run, add instructions (from [5ba7166f36c15ea93ac59cfb02938282c9ef8496]) [#15] h...
- 15 make tests easier to run and re-run, add instructions (from [03c1a929d235dce26fadd031feacd440113f4405]) [#15] s...