aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-xactiverecord/Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 9bce56a4a8..9017df277d 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -69,6 +69,12 @@ Rake::TestTask.new("test_oracle") { |t|
t.verbose = true
}
+Rake::TestTask.new("test_oci") { |t|
+ t.libs << "test" << "test/connections/native_oci"
+ t.pattern = 'test/*_test.rb'
+ t.verbose = true
+}
+
# Generate the RDoc documentation
Rake::RDocTask.new { |rdoc|