aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/connections
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2010-05-26 18:15:21 -0400
committerBryan Helmkamp <bryan@brynary.com>2010-05-26 18:15:21 -0400
commit2ee391231842eec5ce75517c0b24576c1e2a3261 (patch)
treebd3bbd8698b810ebc7cd8a44a8e9b095b7be0f68 /spec/support/connections
parentd144b8d5af11c819b8f70a97006998bf89ee926c (diff)
downloadrails-2ee391231842eec5ce75517c0b24576c1e2a3261.tar.gz
rails-2ee391231842eec5ce75517c0b24576c1e2a3261.tar.bz2
rails-2ee391231842eec5ce75517c0b24576c1e2a3261.zip
Whitespace fixes
Diffstat (limited to 'spec/support/connections')
-rw-r--r--spec/support/connections/mysql_connection.rb2
-rw-r--r--spec/support/connections/oracle_connection.rb2
-rw-r--r--spec/support/connections/postgresql_connection.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/spec/support/connections/mysql_connection.rb b/spec/support/connections/mysql_connection.rb
index de9d05c2ce..c924c27080 100644
--- a/spec/support/connections/mysql_connection.rb
+++ b/spec/support/connections/mysql_connection.rb
@@ -11,4 +11,4 @@ ActiveRecord::Base.configurations = {
:encoding => 'utf8',
:database => 'arel_unit',
}
-} \ No newline at end of file
+}
diff --git a/spec/support/connections/oracle_connection.rb b/spec/support/connections/oracle_connection.rb
index c28602b134..309d127071 100644
--- a/spec/support/connections/oracle_connection.rb
+++ b/spec/support/connections/oracle_connection.rb
@@ -14,4 +14,4 @@ ActiveRecord::Base.configurations = {
:password => 'arel_unit',
:database => 'orcl',
}
-} \ No newline at end of file
+}
diff --git a/spec/support/connections/postgresql_connection.rb b/spec/support/connections/postgresql_connection.rb
index 34d304efa9..692533d10d 100644
--- a/spec/support/connections/postgresql_connection.rb
+++ b/spec/support/connections/postgresql_connection.rb
@@ -10,4 +10,4 @@ ActiveRecord::Base.configurations = {
:encoding => 'utf8',
:database => 'arel_unit',
}
-} \ No newline at end of file
+}