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

11 lines
283 B
Text
Raw Normal View History

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