Tim Kächele
5f3974331c
Includes - Spec setup with FactoryBot - A basic shipping option data structure - A shipping option repository to have one central place with shipping options - Github actions pipeline
9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
IFS=$'\n\t'
|
|
set -vx
|
|
|
|
bundle install
|
|
|
|
# Do any other automated setup that you need to do here
|