Skip to content

Commit

Permalink
Merge pull request #2 from ntl/default_rake_task
Browse files Browse the repository at this point in the history
Add default rake task to run proofs
  • Loading branch information
karmajunkie committed Mar 30, 2014
2 parents 1d3b6ca + e797883 commit 4db060c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
require "bundler/gem_tasks"

task :prove_all do
Bundler.setup
Bundler.require :default
require_relative "proofs/all"
end

task :default => :prove_all

0 comments on commit 4db060c

Please sign in to comment.