fix tests. added jquery.timeago.js

This commit is contained in:
Dmitriy Zaporozhets 2013-03-19 14:39:32 +02:00
parent 124a5e270e
commit b1bd3f1252
14 changed files with 247 additions and 82 deletions

View file

@ -95,7 +95,7 @@ describe "Application access" do
end
describe "GET /project_code/wall" do
subject { wall_project_path(project) }
subject { project_wall_path(project) }
it { should be_allowed_for master }
it { should be_allowed_for reporter }