Skip to content

Commit

Permalink
Adding "rake precommit" task for running specs against both MRI and J…
Browse files Browse the repository at this point in the history
…Ruby
  • Loading branch information
brynary committed Nov 28, 2008
1 parent 17808cb commit 555e243
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -85,4 +85,6 @@ task "spec:jruby" do
system "jruby -S rake spec"
end

task :default => :spec
task :default => :spec

task :precommit => ["spec", "spec:jruby"]

0 comments on commit 555e243

Please sign in to comment.