Ask for Help
"Has anyone used cucumber for code coverage? We're trying to find dead code."
SimpleCov worked great for rspec, but when used with cucumber introduced a lot of timeouts.
Interesting Things
- In rspec you can use dot notation as the argument on its calls, for example:
its(:"items.count") { should == 5 }
- Scrollorama - The jQuery plugin for doing cool scrolly stuff.
The post 03/26/2012 NYC Standup appeared first on Pivotal Labs.