From 0e6385108613838b2e1a8b629b5717675874975b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 12 May 2017 15:33:49 -0700 Subject: [PATCH] Better test name --- petclinic_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petclinic_spec.rb b/petclinic_spec.rb index 44d625a6b..2730ba8ba 100644 --- a/petclinic_spec.rb +++ b/petclinic_spec.rb @@ -18,7 +18,7 @@ describe 'Petlinic' do end describe 'when homepage is available' do - it 'I should see Page title' do + it 'I should see page title containing PetClinic' do puts "Title is: #{@driver.title}" assert @driver.title == "PetClinic :: a Spring Framework demonstration" end