Sha256: 2bc57679c8350610d2557565bada1f7fb142c6258506363e45735f50e11b0256

Contents?: true

Size: 294 Bytes

Versions: 14

Compression:

Stored size: 294 Bytes

Contents

require 'bundler/gem_tasks'
require 'rubocop/rake_task'
require 'rake/notes/rake_task'
require 'rspec/core/rake_task'

task default: [:spec, :rubocop, :notes]

RSpec::Core::RakeTask.new('spec')
RuboCop::RakeTask.new(:rubocop) do |task|
  # abort rake on failure
  task.fail_on_error = true
end

Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
omnitest-core-0.0.3 Rakefile
omnitest-skeptic-0.0.3 Rakefile
omnitest-skeptic-0.0.2 Rakefile
omnitest-psychic-0.0.9 Rakefile
omnitest-core-0.0.2 Rakefile
omnitest-core-0.0.1 Rakefile
crosstest-core-0.0.1 Rakefile
psychic-runner-0.0.8 Rakefile
psychic-runner-0.0.7 Rakefile
psychic-runner-0.0.6 Rakefile
psychic-runner-0.0.5 Rakefile
psychic-runner-0.0.4 Rakefile
psychic-runner-0.0.3 Rakefile
psychic-runner-0.0.2 Rakefile