#!/usr/bin/env bash

time ruby -S bundle exec cucumber \
  -f Jekyll::Cucumber::Formatter "$@"
