# Create TOML File

The .turbo-test.toml file instructs TURBO TEST how to execute your tests on Ubuntu 22.04.3 LTS servers. The configuration file is structured in TOML format.

Create a .turbo_test.toml file in your repository root. For example, execute these commands from your command line terminal:

cd $REPOSITORY_LOCAL_DIRECTORY
touch .turbo_test.toml

Next, create a configuration file for your project:

Ruby / Rails
../../programing_languages/ruby/#ubuntu-22043-lts-packages