Sha256: 68c7911ce4a3f3dfd74a238bd5c4e12169a16f546c329adb0389dd25a38bc9d1
Contents?: true
Size: 276 Bytes
Versions: 26
Compression:
Stored size: 276 Bytes
Contents
#!/usr/bin/env rake begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end Bundler::GemHelper.install_tasks require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => :spec
Version data entries
26 entries across 26 versions & 1 rubygems