Most invalid oauth access token signature related news are at:
benbiddington.wordpress.com
– Ben Biddington | Whatever it is, it's not about "coding"
RSpec — common base specs 6 Nov 2010 | 11:37 am
Sometimes I am fond of creating inheritance chains for tests, which is easy in Java or C# say, but not quite as obvious in rspec. Define and register a base class It just needs to inherit from Spec:...
Test driving and test coverage 7 Oct 2010 | 12:37 pm
Yesterday I enabled rcov on my current project and was surprised that it had 100 per cent unit test coverage. But perhaps I should not have been surprised. After all, if you are truly test driving, h...