Rakefile 144 Bytes
require 'rake'
require "rspec"
require File.expand_path('../spec/spec_helper', __FILE__)

task :default do
  system 'bundle exec rspec spec'
end