Commit cce80d04fe0271709170222d3b5774c39203ea07

Authored by Dmitriy Zaporozhets
1 parent f08464c0

Remove author_id_of_changes from spec

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
spec/models/concerns/issuable_spec.rb
... ... @@ -25,11 +25,6 @@ describe Issue, &quot;Issuable&quot; do
25 25 it { described_class.should respond_to(:assigned) }
26 26 end
27 27  
28   - it "has an :author_id_of_changes accessor" do
29   - issue.should respond_to(:author_id_of_changes)
30   - issue.should respond_to(:author_id_of_changes=)
31   - end
32   -
33 28 describe ".search" do
34 29 let!(:searchable_issue) { create(:issue, title: "Searchable issue") }
35 30  
... ...