Sha256: b65957851aa97ca0e8a41e6fde48c32c867d02b59a83da97c27569db6027d4d8
Contents?: true
Size: 360 Bytes
Versions: 5
Compression:
Stored size: 360 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 without tasks require "hexx-suit" # Sets the :spec task to default task :default do system "bundle exec rspec spec" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
hexx-suit-0.2.2 | Rakefile |
hexx-suit-0.2.1 | Rakefile |
hexx-suit-0.2.0 | Rakefile |
hexx-suit-0.1.0 | Rakefile |
hexx-suit-0.0.1 | Rakefile |