Skip to content

Commit 91ddf83

Browse files
committed
Fixup: it works now
1 parent 3408404 commit 91ddf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dom/element/subclass_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def hello
8888
expect(elem.hello).to eq('')
8989
end
9090

91-
it 'works with Paggio' do # Sadly it doesn't :(
91+
it 'works with Paggio' do
9292
elem = DOM { div.class1 }
9393
expect(elem.class).to eq(class1)
9494
expect(elem.hello).to eq('world')

0 commit comments

Comments
 (0)