6 lines
99 B
Text
6 lines
99 B
Text
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
bundle exec rspec "$@"
|
||
|
bundle exec rspec spec/test_jekyll-last-modified-at.rb
|