Sha256: 5fbaa53ac68a8b5b007b599747feba4e1a2929b69880ea555502ef433f2abc92

Contents?: true

Size: 302 Bytes

Versions: 10

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

require 'rubocop/rake_task'

desc 'Run style checker'
RuboCop::RakeTask.new(:rubocop) do |task|
  task.fail_on_error = true
end

desc 'Run all RSpec tests.'
task ci: [:rubocop, 'engine_cart:generate'] do
  RSpec::Core::RakeTask.new(:spec)
  Rake::Task['spec'].invoke
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
browse-everything-1.1.2 tasks/ci.rake
browse-everything-1.1.1 tasks/ci.rake
browse-everything-1.1.0 tasks/ci.rake
browse-everything-1.0.2 tasks/ci.rake
browse-everything-1.0.1 tasks/ci.rake
browse-everything-1.0.0 tasks/ci.rake
browse-everything-1.0.0.rc2 tasks/ci.rake
browse-everything-1.0.0.rc1 tasks/ci.rake
browse-everything-0.16.1 tasks/ci.rake
browse-everything-0.16.0 tasks/ci.rake