Sha256: 6e1f011c8e01871549c9457fe68df378b8be148bb757fc9ed844ae45eba03cfa
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
require 'rspec/core/rake_task' namespace :spec do desc 'Run all tests' RSpec::Core::RakeTask.new(:all) do |task| task.rspec_opts = %w[--color --format documentation] task.pattern = 'spec/**/*_spec.rb' end end desc 'Run all tests' task spec: ['spec:all']
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
berkeley_library-av-core-0.4.2 | rakelib/spec.rake |