Skip to content

Commit

Permalink
Create language in pages feature spec
Browse files Browse the repository at this point in the history
The redirecting is tested at the controller level.
  • Loading branch information
mamhoff committed Mar 30, 2020
1 parent f297dcb commit f96820c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/page_feature_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'rails_helper'

RSpec.describe 'Show page feature:', type: :system do
let!(:default_language) { Alchemy::Language.default }
let!(:default_language) { create(:alchemy_language) }

let!(:default_language_root) do
create(:alchemy_page, :language_root, language: default_language, name: 'Home')
Expand Down

0 comments on commit f96820c

Please sign in to comment.