aboutsummaryrefslogtreecommitdiffstats
path: root/spec/attributes
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-05-27 10:07:51 -0300
committerEmilio Tagua <miloops@gmail.com>2010-05-27 10:07:51 -0300
commita158a736c821703682fc89bb83d7990e4618b08c (patch)
tree832aa0281b0eaa932eda77f6e6da0be194db97ae /spec/attributes
parent43bfd3fae496a2a859aad0a654a91437357c3450 (diff)
parent2ee391231842eec5ce75517c0b24576c1e2a3261 (diff)
downloadrails-a158a736c821703682fc89bb83d7990e4618b08c.tar.gz
rails-a158a736c821703682fc89bb83d7990e4618b08c.tar.bz2
rails-a158a736c821703682fc89bb83d7990e4618b08c.zip
Merge branch 'master' of github.com:brynary/arel
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 044b98d6ec..15384e2073 100644
--- a/spec/attributes/time_spec.rb
+++ b/spec/attributes/time_spec.rb
@@ -21,4 +21,4 @@ module Arel
end
end
end
-end \ No newline at end of file
+end