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

Version Path
hexx-rspec-0.4.2 lib/hexx/rspec/install/Rakefile
hexx-rspec-0.4.1 lib/hexx/rspec/install/Rakefile
hexx-suit-2.2.3 Rakefile
hexx-suit-2.2.2 Rakefile
hexx-suit-2.2.1 Rakefile
hexx-suit-2.2.0 Rakefile
hexx-suit-2.1.0 Rakefile
hexx-rspec-0.4.0 lib/hexx/rspec/install/Rakefile
hexx-suit-2.0.0 Rakefile
hexx-suit-1.5.0-x86_64-linux Rakefile
hexx-rspec-0.3.1 lib/hexx/rspec/install/Rakefile
hexx-rspec-0.3.0 lib/hexx/rspec/install/Rakefile
hexx-rspec-0.2.2 lib/hexx/rspec/install/Rakefile
hexx-rspec-0.2.1 lib/hexx/rspec/install/Rakefile
hexx-rspec-0.2.0 lib/hexx/rspec/install/Rakefile
hexx-suit-1.3.0-x86_64-linux Rakefile
hexx-suit-1.2.0 Rakefile
hexx-rspec-0.1.0 lib/hexx/rspec/install/Rakefile
hexx-suit-1.0.0 Rakefile
hexx-rspec-0.0.1 lib/hexx/rspec/install/Rakefile