0.0
No commit activity in last 3 years
No release in over 3 years
RSpec testing for HTTP requests
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.0
~> 3.4
~> 0.65.0

Runtime

 Project Readme

rspec-httpd

A gem to test HTTP servers with real requests.

Usage

TODO

Releasing a new gem version

TLDR: Do a bundle exec rake release.

  • Releasing a gem version on the master branch:

    rake release

  • Releasing a gem version on the stable branch:

    rake release:stable

These rake tasks automatically bump the version number. If you want to determine the target version yourself use

VERION=1.2.3 rake release

or

VERION=1.2.3 rake release:stable