mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Better test name
This commit is contained in:
parent
cb8795755a
commit
0e63851086
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue