fix tests. added jquery.timeago.js
This commit is contained in:
parent
124a5e270e
commit
b1bd3f1252
14 changed files with 247 additions and 82 deletions
|
@ -239,7 +239,7 @@ describe Notify do
|
|||
end
|
||||
|
||||
describe 'on a project wall' do
|
||||
let(:note_on_the_wall_path) { wall_project_path(project, anchor: "note_#{note.id}") }
|
||||
let(:note_on_the_wall_path) { project_wall_path(project, anchor: "note_#{note.id}") }
|
||||
|
||||
subject { Notify.note_wall_email(recipient.id, note.id) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue