diff options
author | Carl Lerche <carllerche@mac.com> | 2010-03-11 17:08:55 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-03-11 17:10:40 -0800 |
commit | 8db90ba95d4a240fde68127e806162b3e600c383 (patch) | |
tree | 9b4ecaeb523e53c1f86cf3cb654e71de945c4e83 /Rakefile | |
parent | e3461239adfa972de8f25a2bc6b48b4a8aa62c9c (diff) | |
download | rails-8db90ba95d4a240fde68127e806162b3e600c383.tar.gz rails-8db90ba95d4a240fde68127e806162b3e600c383.tar.bz2 rails-8db90ba95d4a240fde68127e806162b3e600c383.zip |
Move all spec support files into spec/support
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ else t.libs << "#{File.dirname(__FILE__)}/spec" # t.warning = true t.spec_files = - ["spec/connections/#{adapter}_connection.rb"] + - ["spec/schemas/#{adapter}_schema.rb"] + + ["spec/support/connections/#{adapter}_connection.rb"] + + ["spec/support/schemas/#{adapter}_schema.rb"] + FileList['spec/**/*_spec.rb'] end end |