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:
parent
16363939b9
commit
efb3938f7c
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue