step “this is an example step” { |s|

s.name "my second step"
s.namespace "example"
s.attributes ["repo", "example_attribute"]
s.finishes ["success", "failure"]

}