Sha256: 96c3939fd131aedf760ddad66159316ef24aca195fcf29b1a6a52db351a42a9b
Contents?: true
Size: 438 Bytes
Versions: 2
Compression:
Stored size: 438 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 and its tasks begin require "hexx-suit" Hexx::Suit.install_tasks rescue LoadError require "hexx-rspec" Hexx::RSpec.install_tasks end # Sets the Hexx::RSpec task by default task default: :test
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
service_objects-0.1.0 | Rakefile |
service_objects-0.0.2 | Rakefile |