Sha256: 745d2e5f129952cc546c798ad3f066fe6147922479fb6c7263ab99e705db556b

Contents?: true

Size: 254 Bytes

Versions: 8

Compression:

Stored size: 254 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

# Pulls in equiv of 'rspec spec' to be 'rake spec'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

# If you just run 'rake', it will run 'rake spec'
task test: :spec
task default: :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubykhan-0.1.0 Rakefile
rubykhan-0.0.8 Rakefile
rubykhan-0.0.7 Rakefile
rubykhan-0.0.6 Rakefile
rubykhan-0.0.5 Rakefile
rubykhan-0.0.4 Rakefile
rubykhan-0.0.3 Rakefile
rubykhan-0.0.2 Rakefile