Sha256: 2bef573d6b68af036d7268f19dd8f0a08f9fbc272acff9901642aaadd7639b06

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 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::Suit :test task to default
task default: "test:coverage:run"

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
hexx-9.2.0 Rakefile
hexx-9.1.0 Rakefile
hexx-9.0.1 Rakefile
hexx-validators-0.0.3 Rakefile