Sha256: 4bf3b2f992aa79d72fd428ad82e18a18d0fe32398d5c6788a336102eeb0549b4

Contents?: true

Size: 440 Bytes

Versions: 11

Compression:

Stored size: 440 Bytes

Contents

require 'spec_helper'

describe 'layouts/homura' do
  it 'should have title' do
    view.should_receive(:page_title_tag)
    render
  end

  it 'should have description' do
    view.should_receive(:page_description_tag)
    render
  end

  it 'should have canonical link' do
    view.should_receive(:canonical_link_tag)
    render
  end

  it 'should have og properties' do
    view.should_receive(:og_properties_tags)
    render
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
homura-0.2.4 spec/views/layouts/homura.html.slim_spec.rb
homura-0.2.3 spec/views/layouts/homura.html.slim_spec.rb
homura-0.2.2 spec/views/layouts/homura.html.slim_spec.rb
homura-0.2.1 spec/views/layouts/homura.html.slim_spec.rb
homura-0.2.0 spec/views/layouts/homura.html.slim_spec.rb
homura-0.1.4 spec/views/layouts/homura.html.slim_spec.rb
homura-0.1.3 spec/views/layouts/homura.html.slim_spec.rb
homura-0.1.2 spec/views/layouts/homura.html.slim_spec.rb
homura-0.1.1 spec/views/layouts/homura.html.slim_spec.rb
homura-0.1.0 spec/views/layouts/homura.html.slim_spec.rb
homura-0.0.1 spec/views/layouts/homura.html.slim_spec.rb