Sha256: cafc7d2828825f332f59c507a10a46596dbb0d8b60b0013a6e8eddbcc9667050

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hexx-rspec-0.5.2 lib/hexx-rspec/install/Rakefile
hexx-rspec-0.5.1 lib/hexx-rspec/install/Rakefile