Sha256: 6e55cc55617a7b492df27ca118be7a3e695b457f8bbf4295bbf6f45f8d821508
Contents?: true
Size: 365 Bytes
Versions: 20
Compression:
Stored size: 365 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::RSpec and its tasks require "hexx-rspec" Hexx::RSpec.install_tasks # Sets the Hexx::RSpec :test task to default task default: :test
Version data entries
20 entries across 20 versions & 2 rubygems