Sha256: 954e21a7db88596509d3afdfeb7f54fb1415ab12a909040d5c843dedc5c95098

Contents?: true

Size: 198 Bytes

Versions: 13

Compression:

Stored size: 198 Bytes

Contents

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

Dir['tasks/**/*.rake'].each { |t| load t }

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rubocop-infinum-0.9.1 Rakefile
rubocop-infinum-0.9.0 Rakefile
rubocop-infinum-0.8.0 Rakefile
rubocop-infinum-0.7.0 Rakefile
rubocop-infinum-0.6.0 Rakefile
rubocop-infinum-0.5.1 Rakefile
rubocop-infinum-0.5.0 Rakefile
rubocop-infinum-0.4.0 Rakefile
rubocop-infinum-0.3.0 Rakefile
rubocop-infinum-0.2.0 Rakefile
rubocop-infinum-0.1.1 Rakefile
rubocop-infinum-0.1.0 Rakefile
rubocop-infinum-0.0.1 Rakefile