jantman / serverspec-extended-types

A set of extended types for ServerSpec 2.x
MIT License
28 stars 8 forks source link

Http redirects testing #5

Closed ojizero closed 7 years ago

ojizero commented 7 years ago

Adds ability to test whether HTTP get receives redirects, and if said redirects are correct.

codecov-io commented 7 years ago

Codecov Report

Merging #5 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #5   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         395    436   +41     
=====================================
+ Hits          395    436   +41
Impacted Files Coverage Δ
spec/types/http_get_spec.rb 100% <100%> (ø) :arrow_up:
lib/serverspec_extended_types/http_get.rb 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dc3e551...6c1e12a. Read the comment docs.

jantman commented 7 years ago

Very nice, thank you so much! I'll be releasing this shortly.

jantman commented 7 years ago

@ojizero 0.1.1 has been released and is live on rubygems.org. Thank you so much for the contribution, and thank you even more for doing everything, including the version bump, so that I could just merge, build and release!