Sha256: 026ccf3ef15f782e01f4e87ad0fb91651c77e27353986d17397095a3536310d5

Contents?: true

Size: 367 Bytes

Versions: 7

Compression:

Stored size: 367 Bytes

Contents

# encoding: utf-8

require 'bundler'
require 'bundler/setup'
require 'bundler/gem_tasks'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts(e.message)
  exit(e.status_code)
end
require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubocop-checkstyle_formatter-0.6.0 Rakefile
rubocop-checkstyle_formatter-0.5.0 Rakefile
rubocop-checkstyle_formatter-0.4.0 Rakefile
rubocop-checkstyle_formatter-0.3.0 Rakefile
rubocop-checkstyle_formatter-0.2.0 Rakefile
rubocop-checkstyle_formatter-0.1.1 Rakefile
rubocop-checkstyle_formatter-0.1.0 Rakefile