Sha256: 925e9fa586029dab07d470731c45bfad889f0387aca3dc9617f6afd6b3188b9c

Contents?: true

Size: 462 Bytes

Versions: 11

Compression:

Stored size: 462 Bytes

Contents

require 'rails_helper'

describe 'seo tags spec' do

  before do
    #create site
    site = Comfy::Cms::Site.where(label: 'default', identifier: 'default', hostname: 'localhost', path: '', locale: 'en', is_mirrored: false).first_or_create

    # import fixtures
    ComfortableMexicanSofa::Fixture::Importer.new('default', 'default', :force).import!

    visit '/'
  end

  it 'shows the root page' do
    expect(page).to have_content('Hello world')
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
comfortable_mexican_loveseat-0.1.1 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.1.0 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.23 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.22 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.21 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.20 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.19 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.18 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.17 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.16 test/dummy/spec/features/seo_tags_spec.rb
comfortable_mexican_loveseat-0.0.15 test/dummy/spec/features/seo_tags_spec.rb