summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-06-25 10:33:47 -0700
committersersut <serdar@opscode.com>2013-06-25 10:33:47 -0700
commite15fd5ebfb6c7deadcd989f3f3bfedee672b7211 (patch)
tree23863d0acc9498668fc3dea40aec2ff7689f2643
parent0bbca25e15aea90c3802feb425a0b11194fadf9e (diff)
downloadchef-rm-active-support.tar.gz
remove active support from chef specs.rm-active-support
-rw-r--r--Gemfile2
-rw-r--r--tasks/rspec.rb6
2 files changed, 0 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 05f1cd44f5..597174aa1c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,8 +2,6 @@ source "https://rubygems.org"
gemspec
-gem "activesupport", :group => :compat_testing, :platform => "ruby"
-
group(:docgen) do
gem "ronn"
gem "yard"
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|