diff --git a/tasks/spec.rake b/tasks/spec.rake index 85d498633..021b3eb74 100644 --- a/tasks/spec.rake +++ b/tasks/spec.rake @@ -6,12 +6,6 @@ namespace :spec do RSpec::Core::RakeTask.new(:all) do |t| end - RSpec::Core::RakeTask.new(:fast) do |t| - t.pattern = FileList['spec/**/*_spec.rb'].exclude( - 'spec/**/*_slow_spec.rb' - ) - end - desc 'Generate HTML Specdocs for all specs.' RSpec::Core::RakeTask.new(:specdoc) do |t| specdoc_path = File.expand_path('../../specdoc', __FILE__)