Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2015 13:30
Show Gist options
  • Save anonymous/82a1fdf94724cfd111f7 to your computer and use it in GitHub Desktop.
Save anonymous/82a1fdf94724cfd111f7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env rake
require File.expand_path('../config/environment', __FILE__)
require 'adhearsion/tasks'
task :default => :spec
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment