spec/features/extjs_spec.rb in marty-9.3.0 vs spec/features/extjs_spec.rb in marty-9.3.2

- old
+ new

@@ -14,10 +14,10 @@ end let(:uv) { netzke_find('user_view') } before do - Mcfly.whodunnit = Marty::User.find_by_login('marty') + Mcfly.whodunnit = Marty::User.find_by(login: 'marty') end it 'grid cells should encode html' do log_in_as('marty') go_to_user_view