We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3408404 commit 91ddf83Copy full SHA for 91ddf83
spec/dom/element/subclass_spec.rb
@@ -88,7 +88,7 @@ def hello
88
expect(elem.hello).to eq('')
89
end
90
91
- it 'works with Paggio' do # Sadly it doesn't :(
+ it 'works with Paggio' do
92
elem = DOM { div.class1 }
93
expect(elem.class).to eq(class1)
94
expect(elem.hello).to eq('world')
0 commit comments