1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/Rakefile
2008-10-25 00:37:51 -04:00

11 lines
No EOL
283 B
Ruby

require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
require "spec/rake/spectask"
Dir['tasks/**/*.rake'].each { |rake| load rake }
task :default => :spec
Spec::Rake::SpecTask.new do |t|
t.spec_files = FileList["spec/**/*_spec.rb"]
end