summaryrefslogtreecommitdiff
path: root/tasks/rspec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/rspec.rb')
-rw-r--r--tasks/rspec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/tasks/rspec.rb b/tasks/rspec.rb
index 95ae274955..df7f9a082d 100644
--- a/tasks/rspec.rb
+++ b/tasks/rspec.rb
@@ -39,12 +39,6 @@ begin
t.pattern = FileList['spec/functional/**/*_spec.rb']
end
- desc "Run the rspec tests with activesupport loaded"
- RSpec::Core::RakeTask.new(:spec_activesupport) do |t|
- t.rspec_opts = ['--options', "\"#{CHEF_ROOT}/.rspec\"", "--require active_support/core_ext"]
- t.pattern = FileList['spec/unit/**/*_spec.rb']
- end
-
namespace :spec do
desc "Run all specs in spec directory with RCov"
RSpec::Core::RakeTask.new(:rcov) do |t|