# File lib/spec/matchers/migration_matchers.rb, line 9
      def have_column(column_name)
        HaveColumnMatcher.new(column_name)
      end