diff options
author | Bryan Helmkamp <bryan@brynary.com> | 2010-05-26 18:15:21 -0400 |
---|---|---|
committer | Bryan Helmkamp <bryan@brynary.com> | 2010-05-26 18:15:21 -0400 |
commit | 2ee391231842eec5ce75517c0b24576c1e2a3261 (patch) | |
tree | bd3bbd8698b810ebc7cd8a44a8e9b095b7be0f68 /spec/relations | |
parent | d144b8d5af11c819b8f70a97006998bf89ee926c (diff) | |
download | rails-2ee391231842eec5ce75517c0b24576c1e2a3261.tar.gz rails-2ee391231842eec5ce75517c0b24576c1e2a3261.tar.bz2 rails-2ee391231842eec5ce75517c0b24576c1e2a3261.zip |
Whitespace fixes
Diffstat (limited to 'spec/relations')
-rw-r--r-- | spec/relations/join_spec.rb | 2 | ||||
-rw-r--r-- | spec/relations/relation_spec.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/relations/join_spec.rb b/spec/relations/join_spec.rb index 3894d175e8..d980451ca9 100644 --- a/spec/relations/join_spec.rb +++ b/spec/relations/join_spec.rb @@ -39,4 +39,4 @@ describe "Arel" do it_should_behave_like 'A Relation' end -end
\ No newline at end of file +end diff --git a/spec/relations/relation_spec.rb b/spec/relations/relation_spec.rb index 0381f8759d..c660ac3597 100644 --- a/spec/relations/relation_spec.rb +++ b/spec/relations/relation_spec.rb @@ -28,4 +28,4 @@ describe "Arel" do end end end -end
\ No newline at end of file +end |