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 directory named "migrations" And a file named "nomads.config" with: """ ((nomads (migration-directory "./migrations") (database (adapter sqlite) (credentials "test.db")))) """