diff options
author | Ernie Miller <ernie@metautonomo.us> | 2010-05-26 20:49:39 -0400 |
---|---|---|
committer | Ernie Miller <ernie@metautonomo.us> | 2010-05-26 20:49:39 -0400 |
commit | c69dfd53dec5dbc9d73469e373db6bb51db1c8dd (patch) | |
tree | 832aa0281b0eaa932eda77f6e6da0be194db97ae /spec/attributes | |
parent | 43bfd3fae496a2a859aad0a654a91437357c3450 (diff) | |
parent | 2ee391231842eec5ce75517c0b24576c1e2a3261 (diff) | |
download | rails-c69dfd53dec5dbc9d73469e373db6bb51db1c8dd.tar.gz rails-c69dfd53dec5dbc9d73469e373db6bb51db1c8dd.tar.bz2 rails-c69dfd53dec5dbc9d73469e373db6bb51db1c8dd.zip |
Merge branch 'brynary'
Diffstat (limited to 'spec/attributes')
-rw-r--r-- | spec/attributes/boolean_spec.rb | 2 | ||||
-rw-r--r-- | spec/attributes/float_spec.rb | 2 | ||||
-rw-r--r-- | spec/attributes/header_spec.rb | 2 | ||||
-rw-r--r-- | spec/attributes/integer_spec.rb | 2 | ||||
-rw-r--r-- | spec/attributes/string_spec.rb | 2 | ||||
-rw-r--r-- | spec/attributes/time_spec.rb | 2 |
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 |