Sha256: 2f43c3d5a0a3b9c0e9af89f0b99d33db5ac691cdafc31b980a8926d881d4986d
Contents?: true
Size: 375 Bytes
Versions: 2
Compression:
Stored size: 375 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::Suit :test task to default task default: "test:coverage:run"
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
hexx-9.0.0 | Rakefile |
hexx-validators-0.0.2 | Rakefile |