Skip to content

Commit 64cad99

Browse files
committed
fix failing test
1 parent f77ffed commit 64cad99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/extensions/partial_render_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
end
258258
PROPS
259259
}.to raise_error { |e|
260-
expect(e.message).to match(/undefined local variable or method `customer'/)
260+
expect(e.message).to match(/undefined local variable or method /)
261261
}
262262
end
263263

0 commit comments

Comments
 (0)