Fix tests

This commit is contained in:
Anton Ignatov 2019-06-19 15:40:27 +02:00
parent a843a016a0
commit 6f1f6e297c

View file

@ -32,7 +32,7 @@ describe AssetsController, type: :controller do
let(:step_asset_in_repository) { create :step_asset, step: step_in_repository, asset: asset }
describe 'POST start_edit' do
let(:action) { post :start_edit, params: params, format: :json }
let(:action) { post :create_start_edit_image_activity, params: params, format: :json }
let!(:params) do
{ id: nil }
end