# File lib/rubigen/commands.rb, line 83
        def migration_exists?(file_name)
          not existing_migrations(file_name).empty?
        end