Better test name

This commit is contained in:
Dmitry 2017-05-12 15:33:49 -07:00
parent cb8795755a
commit 0e63851086

View file

@ -18,7 +18,7 @@ describe 'Petlinic' do
end end
describe 'when homepage is available' do 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}" puts "Title is: #{@driver.title}"
assert @driver.title == "PetClinic :: a Spring Framework demonstration" assert @driver.title == "PetClinic :: a Spring Framework demonstration"
end end