Sha256: 9fefac6ee6a08c7efb4a6eaa64bf6315feab48f4bc6757e9569a6a3838bfa0df

Contents?: true

Size: 316 Bytes

Versions: 16

Compression:

Stored size: 316 Bytes

Contents

require "rspec/core/rake_task"

desc "Run the specs."
RSpec::Core::RakeTask.new do |t|
  t.pattern = "spec/**/*_spec.rb"
  t.verbose = false
end

task :default => [:spec]

if Gem.loaded_specs.key?('rubocop')
  require 'rubocop/rake_task'
  RuboCop::RakeTask.new

  task(:default).prerequisites << task(:rubocop)
end

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
htmlbeautifier-1.4.3 Rakefile
htmlbeautifier-1.4.2 Rakefile
htmlbeautifier-1.4.1 Rakefile
htmlbeautifier-1.4.0 Rakefile
htmlformatter-1.5.3 Rakefile
htmlformatter-1.5.1 Rakefile
htmlformatter-1.5.0 Rakefile
zine_brewer-1.5.0 vendor/bundle/ruby/2.7.0/gems/htmlbeautifier-1.3.1/Rakefile
zine_brewer-1.3.0 vendor/bundle/ruby/2.7.0/gems/htmlbeautifier-1.3.1/Rakefile
htmlbeautifier-1.3.1 Rakefile
htmlbeautifier-1.3.0 Rakefile
htmlbeautifier-1.2.1 Rakefile
htmlbeautifier-1.2.0 Rakefile
lerna-0.1.1 Rakefile
lerna-0.1.0 Rakefile
htmlbeautifier-1.1.1 Rakefile