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