37 Commits

Author SHA1 Message Date
Mattia
4102f3add4
Removes legacy tests as replaced by RSpec (#939) 2019-03-08 11:00:56 +00:00
Mattia
aa4e33ff50 chore: Fix RuboCop Style/HashSyntax (#878)
* Fixes rubocop Style/HashSyntax issues.

* Fixes rubocop Style/HashSyntax issues in comments as well.
2019-02-26 12:10:35 +01:00
Olle Jonsson
9cd764b2e7
Merge branch 'master' into rubocop-Lint-AssignmentInCondition 2019-02-25 23:25:26 +01:00
Olle Jonsson
281e3f4add
CI: Latest RuboCop run as Travis CI Stage (#873)
- disable the not-always recent CodeClimate RuboCop plugin
2019-02-25 23:24:26 +01:00
Olle Jonsson
00765145a3 chore: RuboCop Style/StringLiteral 2019-02-25 23:11:57 +01:00
Mattia
b427091f0e chore: RuboCop: Support Frozen String Literals (#868) 2019-02-24 20:35:12 +01:00
Mattia
f1b2657523
Feature/#762 rspec (#832) 2018-11-26 17:11:35 +00:00
Michael Grosser
95c574b0dd Remove unnecessary scripts 2015-10-02 17:51:20 +02:00
Erik Michaels-Ober
55c2418031 Use Bundler install tasks 2012-12-16 21:53:32 -08:00
Mislav Marohnić
9b3923f62c move WEBrick SSL config to script/test 2012-08-16 18:21:00 +02:00
Jerry Cheung
cc918842fb enable test suite in SSL mode 2012-08-16 18:20:23 +02:00
Mislav Marohnić
e6787c144b script/test spins up test server, runs test suite 2012-06-19 11:15:11 +02:00
Erik Michaels-Ober
326d507800 Fix permissions of Rakefile 2012-06-06 09:52:50 -04:00
Mislav Marohnić
6c0b3b1bbe fix release process from branch other than master
[ci skip]
2012-05-29 02:23:03 +02:00
rick
ad93848e87 release shouldn't depend on someone having a remote tracking branch setup 2012-04-14 07:26:24 -06:00
Mislav Marohnić
f33fe5dda1 allow releasing from branch other than master 2012-01-28 23:10:03 +01:00
Mislav Marohnić
c32df7ca97 cleanup & update gemspec, Rakefile
- remove "date" and "rubyforge" fields from gemspec
 - remove obsolete "test:live" task
 - bring the file list in gemspec up to date
 - remove dumb validation task for gemspec
2012-01-09 20:00:34 +01:00
rick
2690c6f972 dont hardcode the local test server. keep test:local as a companion to test:live 2011-12-28 15:29:16 -07:00
rick
e641735706 Merge branch 'feature/em_synchrony_parallel' of https://github.com/jimeh/faraday into jimeh-feature/em_synchrony_parallel 2011-12-28 14:45:50 -07:00
Erik Michaels-Ober
05b9425ea9 Make Rakefile executable 2011-08-27 15:56:41 -07:00
Jim Myhrberg
55f78ee269 Added test:local rake task to run live tests against: http://localhost:4567/
Start the local test server with:
bundle exec ruby test/live_server.rb
2011-07-26 11:52:59 +01:00
Mislav Marohnić
7f17195482 added "test:live" task to run live tests against faradaylive.heroku.com 2011-05-13 15:00:00 -07:00
Erik Michaels-Ober
2e24f7005c Rakefiles are executables, and rake loads rake, not rakefile code 2011-05-06 11:48:52 -07:00
Erik Michaels-Ober
04a61c25be Add descriptions for all rake tasks 2010-10-13 15:17:07 -07:00
rick
835b9f6037 use mojombo/rakegem, remove dependence on bundler 2010-10-08 15:26:55 -07:00
Erik Michaels-Ober
09692fc5f1 Remove Jeweler because it creates messy gemspecs and is redundant 2010-10-08 13:04:36 -07:00
Erik Michaels-Ober
9c0e62bd5f Use Bundler to manage development dependencies 2010-10-08 12:56:39 -07:00
rick
87d346e6f5 depend on multipart-post gem 2010-09-07 16:17:14 -07:00
rick
1dd86c34d2 merge gemspec edits 2010-05-05 23:23:28 -07:00
Joe Ferris
32ee0dcd7f Depend on rack >= 1.0.1 to be compatible with actionpack 2.3.5 2010-05-04 14:29:00 -04:00
Diego Elio 'Flameeyes' Pettenò
990a28d2da Allow newer addressable versions as well. 2010-04-30 18:58:52 +02:00
Diego Elio 'Flameeyes' Pettenò
67e2f47cc2 Only add check_dependencies as a test prerequisite when Jeweler is found.
This avoids aborting the “rake test” if Jeweler is not installed.
2010-04-30 18:57:38 +02:00
rick
ef8453a07c specific gem dependency versions 2010-04-30 09:51:57 -07:00
rick
2db6886d74 add rack and addressable dependencies 2010-01-12 17:05:42 -08:00
Zack Hobson
6656d37569 Added summary and desc to gemspec. 2009-12-11 11:22:17 -08:00
rick
5e05987404 fix rake test pattern 2009-12-10 06:21:16 -08:00
rick
f6bf1677af Initial commit to faraday. 2009-12-10 04:43:53 -08:00