Loading Changelog.md +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ * Increase time to wait before showing the hovercard [#7319](https://github.com/diaspora/diaspora/pull/7319) * Remove some unused color-theme overrides [#7325](https://github.com/diaspora/diaspora/pull/7325) * Change color of author-name on hover [#7326](https://github.com/diaspora/diaspora/pull/7326) * Add like and reshare services [#7337](https://github.com/diaspora/diaspora/pull/7337) ## Bug fixes * Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281) Loading spec/services/comment_service_spec.rb +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ describe CommentService do it "fail if the user can not see the post" do expect { CommentService.new(eve).create("unknown id", "hi") CommentService.new(eve).create(post.id, "hi") }.to raise_error ActiveRecord::RecordNotFound end end Loading Loading
Changelog.md +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ * Increase time to wait before showing the hovercard [#7319](https://github.com/diaspora/diaspora/pull/7319) * Remove some unused color-theme overrides [#7325](https://github.com/diaspora/diaspora/pull/7325) * Change color of author-name on hover [#7326](https://github.com/diaspora/diaspora/pull/7326) * Add like and reshare services [#7337](https://github.com/diaspora/diaspora/pull/7337) ## Bug fixes * Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281) Loading
spec/services/comment_service_spec.rb +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ describe CommentService do it "fail if the user can not see the post" do expect { CommentService.new(eve).create("unknown id", "hi") CommentService.new(eve).create(post.id, "hi") }.to raise_error ActiveRecord::RecordNotFound end end Loading