From 64ff3e438ec70cefe6a2ace0c54dcc02600a7e0e Mon Sep 17 00:00:00 2001 From: "julie.pirio" Date: Sat, 12 Oct 2019 04:23:13 -0400 Subject: [PATCH 1/2] Update README : sunflower --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0cea5c..6d9b798 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ bienvenue. Et maintenant, commençons ! + +Test intégration continue + + ## Pré-requis Pour pouvoir suivre cet atelier en toute tranquilité, il vous faudra : From 45266b07e1a3ac5bbacdb84c50b3d024fd3aa552 Mon Sep 17 00:00:00 2001 From: "julie.pirio" Date: Sat, 12 Oct 2019 04:44:04 -0400 Subject: [PATCH 2/2] update hello world --- hello_world_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world_spec.rb b/hello_world_spec.rb index 2a1ea48..72ef8c0 100644 --- a/hello_world_spec.rb +++ b/hello_world_spec.rb @@ -1,4 +1,4 @@ -describe 'Hello world' do +describe 'Hello worldefdg' do it 'returns "Hello world"' do expect('Hello world').to eq('Hello world') end