Postingan

Menampilkan postingan dari Juli, 2010

Ultimate rspec matcher to test named_scope or scoped

After having a good practice on using Ultimate rspec matcher to test validation I think it's time to implement one for testing named scopes - custom finders. Testing these finders is daily task. Here is how it can be done with minimum amount of code and maximum readability.