# File lib/spec/example/migration_example_group.rb, line 57
      def this_migration
        @@migrations.select { |m| m.name.to_s == migration_name }.first
      end