= Find RSpec's home page =

As an agile coach
I want to easily find RSpec's home page
So that I can learn about this fantastic tool

I will know that we are done when:
 
Given I am on Google's search page
When I search for 'rspec'
Then http://rspec.rubyforge.org/ should be the top result
 
Given I am on Google's search page
When I search for 'rspec'
Then Ali G (who says respec a lot) is not among the results
