Fix typo in application_helper_spec.rb (#20981)

enviroment -> environment
local
Ikko Ashimine 1 year ago committed by GitHub
parent 58200132d0
commit baecdf2882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/helpers/application_helper_spec.rb

@ -113,7 +113,7 @@ describe ApplicationHelper do
Setting.site_title = site_title
end
it 'returns site title on production enviroment' do
it 'returns site title on production environment' do
Setting.site_title = 'site title'
expect(Rails.env).to receive(:production?).and_return(true)
expect(helper.title).to eq 'site title'

Loading…
Cancel
Save