#!/bin/env rubyif ENV['TM_CURRENT_LINE'] =~ /(.*)(Given|When|Then|And)(.*)/ print %Q(#{$1}#{$2}("#{$3.strip}"))end