Remove the react-rails gem (#2801)
* Remove react-rails gem * Fix broken view spec
This commit is contained in:
parent
74c8ca699c
commit
f9d398e8fb
7 changed files with 60 additions and 65 deletions
|
@ -3,7 +3,11 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe 'about/_contact.html.haml' do
|
||||
describe 'the contact account' do
|
||||
describe 'the contact account', without_verify_partial_doubles: true do
|
||||
before do
|
||||
allow(view).to receive(:display_name).and_return('Display Name!')
|
||||
end
|
||||
|
||||
it 'shows info when account is present' do
|
||||
account = Account.new(username: 'admin')
|
||||
contact = double(contact_account: account, site_contact_email: '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue