Given (/^a precondition step$/) do
# The code that perform this step action
end
When (/^a step that makes the main change$/) do
# The code that perform this step action
end
Then (/^a step that assert the expected result$/) do
# The code that perform this step action
end