Sha256: 8bc47ce873396c9a271fbb18d9af30c8973f8c9d6c8c8676662cd83a00109e60
Contents?: true
Size: 280 Bytes
Versions: 1
Compression:
Stored size: 280 Bytes
Contents
require 'spec_helper' describe 'pages.yml' do subject { load_examples('pages') } its('size') { should > 1 } its('first.name') { should == 'root.md' } its('first.url') { should == '/root.html' } it { subject.first.data['navigation'].should == {'exclude' => true} } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-navigation-0.0.1 | spec/examples/pages_spec.rb |