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