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:
parent
385dc65ba3
commit
7461fe87b7
1 changed files with 49 additions and 48 deletions
1
Rakefile
1
Rakefile
|
@ -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|
|
||||||
|
|
Loading…
Reference in a new issue