Author: donaldp
Date: Sat Jun 8 04:28:49 2013
New Revision: 1490913
URL: http://svn.apache.org/r1490913
Log:
Remove unused rspec task customizations
Modified:
buildr/trunk/rakelib/rspec.rake
Modified: buildr/trunk/rakelib/rspec.rake
URL:
http://svn.apache.org/viewvc/buildr/trunk/rakelib/rspec.rake?rev=1490913&r1=1490912&r2=1490913&view=diff
==============================================================================
--- buildr/trunk/rakelib/rspec.rake (original)
+++ buildr/trunk/rakelib/rspec.rake Sat Jun 8 04:28:49 2013
@@ -22,15 +22,6 @@ def default_spec_opts
default
end
-# RSpec doesn't support file exclusion, so hack our own.
-class RSpec::Core::RakeTask
- attr_accessor :rspec_files
- private
- def files_to_run
- @rspec_files
- end
-end
-
desc 'Run all specs'
RSpec::Core::RakeTask.new :spec => ['_reports', :compile] do |task|
ENV['USE_FSC'] = 'no'