Sha256: 565b2f26578a996dafbd1f934d038769644abacb4f4ad64b55e81b8afbb7dd9d

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

# encoding: utf-8
begin
  require "bundler/setup"
rescue LoadError
  puts "You must `gem install bundler` and `bundle install` to run rake tasks"
  exit
end

# Loads bundler tasks
Bundler::GemHelper.install_tasks

# Loads the Hexx::Suit and its tasks
require "hexx-suit"
Hexx::Suit.install_tasks

# Sets the Hexx::RSpec :test task to default
task default: :test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
policy-1.0.4 Rakefile
policy-1.0.1 Rakefile