From 8e515f1eba403ee69c19041bfff1fe7c22e5a1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Grosjean?= Date: Sun, 23 Oct 2011 17:35:56 +0300 Subject: [PATCH] Fix Travis URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 367a0db..5ec1d66 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RSpec Subject Extensions [![build status](http://travis-ci.org/ZenCocoon/rspec-subject-extensions.png)](http://travis-ci.org/ZenCocoon/rspec-subject-extensions) +# RSpec Subject Extensions [![build status](https://secure.travis-ci.org/ZenCocoon/rspec-subject-extensions.png)](http://travis-ci.org/ZenCocoon/rspec-subject-extensions) rspec-subject-extensions adds `each` short-hand to generate a nested example group with a single example that specifies the expected value of each attribute of the subject.