Sha256: 15f7162cbc664bebc577945d7bf28440cde657e173e1be617873f7e9db9957a0
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
require "spec_helper" describe $document do describe '.title and .title=' do it 'sets/gets the page title' do current = $document.title $document.title = 'hello from opal' $document.title.should == 'hello from opal' $document.title = current end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-jquery-0.0.8 | spec/document_spec.rb |