In "sample.feature", we need to change the step to:
Given I opened "http://www.google.com"
And in "sample.rb", we need to change the step to:
Given /I opened "(.*?)"/ do |site| @driver.get site end