Update Bootstrap from v4 to v5
This commit is contained in:
@ -83,7 +83,7 @@ describe ApplicationHelper do
|
||||
let(:html) { row(label: 'foo', value: 42) }
|
||||
|
||||
it "builds nested 'div' tags" do
|
||||
expect(html).to have_css('div.attribute-row.row div.col-sm-3 + div.col-sm-9')
|
||||
expect(html).to have_css('div.attribute-row.row div.col-md-3 + div.col-md-9')
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user