Flowdock
method

plugin_active_record_options

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: Minitest
plugin_active_record_options(opts, options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/bin/test, line 14
  def self.plugin_active_record_options(opts, options)
    opts.separator ""
    opts.separator "Active Record options:"
    opts.on("-a", "--adapter [ADAPTER]",
            "Run tests using a specific adapter (sqlite3, sqlite3_mem, mysql2, postgresql)") do |adapter|
      ENV["ARCONN"] = adapter.strip
    end

    opts
  end
Register or log in to add new notes.