Sha256: 13feba3594581f20a868ff63673705633945bc4eaf44901307e92125ff3ab3e4

Contents?: true

Size: 271 Bytes

Versions: 8

Compression:

Stored size: 271 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec)

task :screen_test do
  require_relative 'tools/whirled_peas/tools/screen_tester'
  WhirledPeas::Tools::ScreenTester.run_all
end

task ci: %i[spec screen_test]
task default: :ci

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
whirled_peas-0.13.0 Rakefile
whirled_peas-0.12.0 Rakefile
whirled_peas-0.11.1 Rakefile
whirled_peas-0.11.0 Rakefile
whirled_peas-0.10.0 Rakefile
whirled_peas-0.9.1 Rakefile
whirled_peas-0.9.0 Rakefile
whirled_peas-0.8.0 Rakefile