enable style/dotposition rubocop cop
This commit is contained in:
parent
29650beddb
commit
03fa299058
25 changed files with 143 additions and 142 deletions
|
|
@ -22,8 +22,8 @@ feature Program do
|
|||
click_button 'Update Program'
|
||||
|
||||
# Validations
|
||||
expect(flash).
|
||||
to eq('The program was successfully updated.')
|
||||
expect(flash)
|
||||
.to eq('The program was successfully updated.')
|
||||
expect(find('#rating').text).to eq('4')
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue