Login.feature
Background:
Given I am on Google
Scenario: Search for a term
When I fill in "q" found by "name" with "TestingBot"
And I submit
Then I should see title "TestingBot - Google Search"
Here i added some sample cucumber steps. File name is login.feature. I want to create the automation ruby script for above steps.
Give the folder structure in eclipse.