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

Change Rakefile to Unix format

This commit is contained in:
Sandro Turriate 2009-09-08 21:40:21 -04:00
parent 385dc65ba3
commit 7461fe87b7

View file

@ -41,6 +41,7 @@ Rake::Task[:default].prerequisites.clear
task :default => :spec task :default => :spec
Spec::Rake::SpecTask.new do |t| Spec::Rake::SpecTask.new do |t|
t.spec_files = FileList["spec/**/*_spec.rb"] t.spec_files = FileList["spec/**/*_spec.rb"]
t.spec_opts = ['--options', 'spec/spec.opts']
end end
Cucumber::Rake::Task.new(:features) do |t| Cucumber::Rake::Task.new(:features) do |t|