Merge pull request #3180 from myabc/fix/legacy-specs-rake

Fix running of legacy specs with Rake
pull/3186/merge
Florian Kraft 9 years ago
commit 49b2b25dd4
  1. 1
      lib/tasks/testing.rake

@ -125,6 +125,7 @@ namespace :spec do
desc "Run the code examples in spec/legacy/#{type}"
RSpec::Core::RakeTask.new(type => 'spec:prepare') do |t|
t.pattern = "spec/legacy/#{type}/**/*_spec.rb"
t.exclude_pattern = ''
end
end
end

Loading…
Cancel
Save