aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Rakefile b/Rakefile
index a6f80222c8..40fb0afc07 100644
--- a/Rakefile
+++ b/Rakefile
@@ -41,18 +41,6 @@ else
desc "Run specs with the #{adapter} database adapter"
task adapter => "set_env_for_#{adapter}"
-
- namespace :v1 do
- Spec::Rake::SpecTask.new(adapter) do |t|
- t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""]
- t.libs << "#{File.dirname(__FILE__)}/spec"
- t.warning = true
- t.spec_files = FileList['spec/arel/**/*_spec.rb']
- end
-
- desc "Run specs with the #{adapter} database adapter"
- task adapter => "set_env_for_#{adapter}"
- end
end
end