commit | 031baf70860ade4096953d1c0838408ca0ecee96 | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Fri Nov 14 17:11:39 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Fri Nov 14 17:11:39 2008 +0000 |
tree | a6186c6273cfe4c995e5b9ab5d64bef5ba8647e0 | |
parent | 713623bee6105f6b8ee946cecde4dd98847f6a2b [diff] [blame] |
Merge branch 'THRIFT-143' git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@714070 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 6ddca52..b5aa2ad 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile
@@ -4,7 +4,7 @@ THRIFT = '../../compiler/cpp/thrift' -task :default => [:spec, :test] +task :default => [:'gen-rb', :spec, :test] Spec::Rake::SpecTask.new do |t| t.spec_files = FileList['spec/**/*_spec.rb']