Sha256: e39cef99003f3b2595c8a59153d14324d6cc468417c06cec1f66c9f49920120c

Contents?: true

Size: 444 Bytes

Versions: 4

Compression:

Stored size: 444 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
begin
  require "hexx-suit"
  Hexx::Suit.install_tasks
rescue LoadError
  require "hexx-rspec"
  Hexx::RSpec.install_tasks
end

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
policy-2.0.0 Rakefile
policy-1.2.0 Rakefile
policy-1.1.0 Rakefile
policy-1.0.5 Rakefile