wvanbergen-request-log-analyzer 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/tasks/rspec.rake DELETED
@@ -1,6 +0,0 @@
1
- require 'spec/rake/spectask'
2
-
3
- desc "Run all specs in spec directory (excluding plugin specs)"
4
- Spec::Rake::SpecTask.new(:spec) do |t|
5
- t.spec_files = FileList['spec/**/*_spec.rb']
6
- end