Commit e13428a2 authored by Tiago Botelho's avatar Tiago Botelho

Update admin_appearance_spec.rb to conform with style guides

parent 579ae7ce
...@@ -41,7 +41,7 @@ describe 'Admin Appearance' do ...@@ -41,7 +41,7 @@ describe 'Admin Appearance' do
context 'Custom system header and footer' do context 'Custom system header and footer' do
before do before do
appearance.update_attributes(header_message: "Foo", footer_message: "Bar") appearance.update(header_message: "Foo", footer_message: "Bar")
sign_in(create(:admin)) sign_in(create(:admin))
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment