aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index a1384196a2..ef633c0042 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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