aboutsummaryrefslogtreecommitdiffstats
path: root/spec/attributes
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/attributes
parentd144b8d5af11c819b8f70a97006998bf89ee926c (diff)
downloadrails-2ee391231842eec5ce75517c0b24576c1e2a3261.tar.gz
rails-2ee391231842eec5ce75517c0b24576c1e2a3261.tar.bz2
rails-2ee391231842eec5ce75517c0b24576c1e2a3261.zip
Whitespace fixes
Diffstat (limited to 'spec/attributes')
-rw-r--r--spec/attributes/boolean_spec.rb2
-rw-r--r--spec/attributes/float_spec.rb2
-rw-r--r--spec/attributes/header_spec.rb2
-rw-r--r--spec/attributes/integer_spec.rb2
-rw-r--r--spec/attributes/string_spec.rb2
-rw-r--r--spec/attributes/time_spec.rb2
6 files changed, 6 insertions, 6 deletions
diff --git a/spec/attributes/boolean_spec.rb b/spec/attributes/boolean_spec.rb
index bb7eeb886d..12b243e828 100644
--- a/spec/attributes/boolean_spec.rb
+++ b/spec/attributes/boolean_spec.rb
@@ -54,4 +54,4 @@ module Arel
end
end
end
-end \ No newline at end of file
+end
diff --git a/spec/attributes/float_spec.rb b/spec/attributes/float_spec.rb
index 3d8acbde7b..3a9a8debbc 100644
--- a/spec/attributes/float_spec.rb
+++ b/spec/attributes/float_spec.rb
@@ -116,4 +116,4 @@ module Arel
end
end
end
-end \ No newline at end of file
+end
diff --git a/spec/attributes/header_spec.rb b/spec/attributes/header_spec.rb
index 8fb4007003..51cba93df3 100644
--- a/spec/attributes/header_spec.rb
+++ b/spec/attributes/header_spec.rb
@@ -39,4 +39,4 @@ module Arel
end
end
end
-end \ No newline at end of file
+end
diff --git a/spec/attributes/integer_spec.rb b/spec/attributes/integer_spec.rb
index 611bbf2b24..59b7afb2b4 100644
--- a/spec/attributes/integer_spec.rb
+++ b/spec/attributes/integer_spec.rb
@@ -116,4 +116,4 @@ module Arel
end
end
end
-end \ No newline at end of file
+end
diff --git a/spec/attributes/string_spec.rb b/spec/attributes/string_spec.rb
index f6d65dd045..487d82249d 100644
--- a/spec/attributes/string_spec.rb
+++ b/spec/attributes/string_spec.rb
@@ -40,4 +40,4 @@ module Arel
end
end
end
-end \ No newline at end of file
+end
diff --git a/spec/attributes/time_spec.rb b/spec/attributes/time_spec.rb
index fcbe4f58e5..8cee574c51 100644
--- a/spec/attributes/time_spec.rb
+++ b/spec/attributes/time_spec.rb
@@ -19,4 +19,4 @@ module Arel
it "works"
end
end
-end \ No newline at end of file
+end