When you need to patch an existing gem, one way is to "vendor" the gem by copying it into the...
To run a single test file: rake test:units TEST=test/unit/post_test.rb rake test:functionals TEST=test/functional/posts_controller_test.rb rake test:integration TEST...
Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]
jqueryElement.is(':checked')
Cerberus is a lightweight and easy-to-use Continuous Builder software for Ruby. It could be run periodically from a...
This project is (or will be) a best effort semi-static verifier for your Ruby on Rails projects. Delivered as...
The argument that using tests is a ideologic waster of time fails when one considers how it can help to...
Until some future version of HTML gives us new native controls to use in a browser, at Google, we’ve...
In this article we’ve listed 7 fresh and simple tools for cross-browser compatibility testing, tools that actually make...
It turned out that the test subject didn't know that longdesc even existed before the tester told him about...
Unfortunately, by default plugin tests are pretty bland. They use the plain unit test suite supplied by Ruby, and not...
Integrity is the angel watching over your shoulder while you code. As soon as you push your commits, it builds...
Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses Saikuro, Flog...
Or, you can test your Rack application (or Sinatra, or Rails, or Merb) using arbitrary HTTP client libraries, to check...
Rake tasks to run specs and tests in parallel, to use multiple CPUs and speedup test runtime.
We had a conversation about the fact that the 'TDD is about testing vs TDD is about design" debate that...
Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for...
I brought up the question whether tests should call the translation API when checking for the presence of a string...
Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the...
decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...
Unit tests are to refactoring like a drop cloth is to painting. Both feel like more work at first but...
Riot differs primarily in that it does not rerun setup for each test in a context.
I cringe every time I hear about someone who has spent years writing their ‘killer app’, but still hasn’t...