Sha256: d67a3fa5fb6ee8c3143472b0cc058fef3b6572ebe962a2c2961a254e6e61949a

Contents?: true

Size: 206 Bytes

Versions: 7

Compression:

Stored size: 206 Bytes

Contents

require "bundler"
Bundler.setup
Bundler::GemHelper.install_tasks

require "rspec/core/rake_task"
require "rspec/core/version"

desc "Run all examples"
RSpec::Core::RakeTask.new :spec

task default: [:spec]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arthropod-0.0.7 Rakefile
arthropod-0.0.6 Rakefile
arthropod-0.0.5 Rakefile
arthropod-0.0.4 Rakefile
arthropod-0.0.3 Rakefile
arthropod-0.0.2 Rakefile
arthropod-0.0.1 Rakefile