publics controller merge fix
This commit is contained in:
parent
849a5476ab
commit
4f25dfa6d3
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ describe PublicsController do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'enqueues a receive job' do
|
it 'enqueues a receive job' do
|
||||||
Resque.should_receive(:enqueue).with(Jobs::ReceiveSalmon, user.id, xml).once
|
Resque.should_receive(:enqueue).with(Jobs::ReceiveSalmon, @user.id, xml).once
|
||||||
post :receive, "guid" => @user.person.guid.to_s, "xml" => xml
|
post :receive, "guid" => @user.person.guid.to_s, "xml" => xml
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue