Sha256: 65f011e4c62e30601b2d5744a13d4b83b809f893b7e307f59119e3637ae2b00f

Contents?: true

Size: 208 Bytes

Versions: 8

Compression:

Stored size: 208 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

desc 'Run all specs in spec directory'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.rspec_opts = ['-cfd --backtrace']
end

task default: :spec

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
rubocop-select-2.0.0 Rakefile
rubocop-select-1.0.0 Rakefile
rubocop-select-0.1.1 Rakefile
git_diff_parser-2.1.2 Rakefile
git_diff_parser-2.1.1 Rakefile
git_diff_parser-2.1.0 Rakefile
git_diff_parser-2.0.0 Rakefile
rubocop-select-0.1.0 Rakefile