Sha256: 73f2e2315f928b0a4f1bac7acecb7c28872574394fa6b63b1a6890ce833c0b36

Contents?: true

Size: 302 Bytes

Versions: 8

Compression:

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

# Sets the :spec task to default
task :default do
  system "bundle exec rspec spec"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hexx-rspec-0.5.2 Rakefile
hexx-rspec-0.5.1 Rakefile
hexx-rspec-0.4.2 Rakefile
hexx-rspec-0.4.1 Rakefile
hexx-rspec-0.4.0 Rakefile
hexx-rspec-0.3.1 Rakefile
hexx-rspec-0.3.0 Rakefile
hexx-rspec-0.2.2 Rakefile