mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-13 00:48:19 -05:00
* Move step_definitions/jekyll.rb to just step_definitions.rb * Rename the formatter to Jekyll::Cucumber::Formatter, it's Jekyll's. * Add some flair; switch to checks! * Rename env.rb to helpers.rb
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
time ruby -S bundle exec cucumber \
|
|
-f Jekyll::Cucumber::Formatter "$@"
|