There are now slow specs.

Moreover, in RSpec 2 we will be able to use metadata to filter specs.
https://www.relishapp.com/rspec/rspec-core/v/2-10/docs/metadata
This commit is contained in:
Simone Carletti 2012-06-14 11:32:16 +02:00
parent 16363939b9
commit efb3938f7c
1 changed files with 0 additions and 6 deletions

View File

@ -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__)