diff options
Diffstat (limited to 'activerecord/test/connections/mysql2.rb')
-rw-r--r-- | activerecord/test/connections/mysql2.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/connections/mysql2.rb b/activerecord/test/connections/mysql2.rb new file mode 100644 index 0000000000..10aa9171bd --- /dev/null +++ b/activerecord/test/connections/mysql2.rb @@ -0,0 +1 @@ +ENV['ARCONN'] = 'mysql2' |