Skip to content

Instantly share code, notes, and snippets.

@ToadJamb
Last active September 23, 2017 05:32
Show Gist options
  • Save ToadJamb/3f628b35c0d9edf026df6ef7c1d129a3 to your computer and use it in GitHub Desktop.
Save ToadJamb/3f628b35c0d9edf026df6ef7c1d129a3 to your computer and use it in GitHub Desktop.
blog post - new gem configuration
require 'bundler/gem_tasks'
Dir['lib/tasks/**/*.rake'].each{ |f| load f }
task :default => []
Rake::Task[:default].clear_prerequisites
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