Feature: Generate Migration In order to ease the creation of new migration files As a developer I want to be able to generate a migration using the nomads cli Background: Given a fresh database named "test.db" And a file named "config.nomads" with: """ ((nomads (migration-directory "./") (database (adapter sqlite) (credentials "test.db")))) """