I am just trying to find out why i need to define it as instance variable? Why not local? I know @home can be shared across all step def methods. Without this is there any other specific reason? Please help me out to understand the reason other than what i know.
When /^I navigate to the google home page$/ do
@home = Home.new
@home.load
end
Here's the link URL: https://github.com/natritmeyer/site_prism