1. Test for remove operation does not fail. He writes a test and does not run it, he goes to the implementation and implements. Then he runs the test and it passes.
2. Interesting to see how he uses the debugger to learn about the API and uses that information to write a test.
Saturday, June 23, 2012
Friday, June 22, 2012
Skip Bundle Install and Test Unit When Creating Rails 3.2 project
rails new ipn --skip-bundle --skip-test-unit
Wednesday, June 06, 2012
github push is prompting for username and password
I was getting this error for https://github.com/bparanj/mongodb_specs repo. Fix :
$git config remote.origin.url git@github.com:bparanj/mongodb_specs.git
$git config remote.origin.url git@github.com:bparanj/mongodb_specs.git
Subscribe to:
Posts (Atom)