Rakefile 224 B

123456789
  1. begin
  2. require 'bundler/setup'
  3. rescue LoadError
  4. puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
  5. end
  6. Bundler::GemHelper.install_tasks
  7. require File.expand_path('../spec/spec_helper', __FILE__)