Sha256: 4bc5fb43c3b4bf16a6946b72683b32d6ad1b3f97d821145c690522d62dd80571

Contents?: true

Size: 166 Bytes

Versions: 6

Compression:

Stored size: 166 Bytes

Contents

#!/usr/bin/env rake

require "rspec/core/rake_task"

desc "Run all the tests in spec"
RSpec::Core::RakeTask.new(:spec)

desc "Default: run tests"
task default: :spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shogun-6.4.2 scaffold/new/project/Rakefile
shogun-6.4.1 scaffold/new/project/Rakefile
shogun-6.4.0 scaffold/new/project/Rakefile
shogun-6.3.0 scaffold/new/project/Rakefile
shogun-6.2.3 scaffold/new/project/Rakefile
shogun-6.2.2 scaffold/new/project/Rakefile