Merge branch 'master' of github.com:discourse/discourse

This commit is contained in:
Sam
2015-07-23 07:48:55 +10:00
53 changed files with 614 additions and 242 deletions

View File

@ -258,7 +258,6 @@ describe TopicsController do
t2.reload
p3.reload
expect(t2.deleted_at).to be_nil
expect(p3.deleted_at).to be_nil
expect(p3.user).to eq(user_a)
end
end