Skip to content

Commit 47a4a53

Browse files
k0kubunheadius
authored andcommitted
erb/new_spec.rb: Fix a missing do
1 parent b3ea133 commit 47a4a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/erb/new_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
->{ ERB.new("<%= list %>").result }.should raise_error(NameError)
140140
end
141141

142-
version_is ERB.const_get(:VERSION, false), ""..."6.0.0"
142+
version_is ERB.const_get(:VERSION, false), ""..."6.0.0" do
143143
describe "warning about arguments" do
144144
it "warns when passed safe_level and later arguments" do
145145
-> {

0 commit comments

Comments
 (0)