Skip to content

Commit

Permalink
feat(public account share): fixup! add public account share
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed Sep 5, 2023
1 parent 0504314 commit 0bce852
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/controllers/public_account_shares_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
let(:account) { create(:account, :parent) }
let(:user) { create(:user, account: account) }

subject do
post :create, params: { account_share: {
}, account_id: account.id }
end
subject { post :create, params: { account_id: account.id } }

before { sign_in user }

Expand Down

0 comments on commit 0bce852

Please sign in to comment.