require ‘spec_helper’ require_relative ‘{{{ relative_path ’actionwords’ }}}‘
describe ‘{{{ escape_single_quotes self_name }}}’ do{{#indent}} include Actionwords
{{#unless is_empty?}}before(:each) do {{> body}} end
{{/unless}}{{#each rendered_children.scenarios as |scenario|}}{{{scenario}}}
{{/each}} {{/indent}} end