require ‘minitest/autorun’ require_relative ‘actionwords’
class Test{{{ camelize self_name }}} < MiniTest::Unit::TestCase
include Actionwords
{{#indent}} {{> scenario}} {{/indent}} end
require ‘minitest/autorun’ require_relative ‘actionwords’
class Test{{{ camelize self_name }}} < MiniTest::Unit::TestCase
include Actionwords
{{#indent}} {{> scenario}} {{/indent}} end