Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
used the wrong method in a test

Co-Authored-By: Olle Jonsson <[email protected]>
  • Loading branch information
robotdana and olleolleolle committed Nov 4, 2019
1 parent 033efbf commit 4110eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/discard/model_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
end

it "should be kept?" do
expect(post).to be_undiscarded
expect(post).to be_kept
end

describe '#discard' do
Expand Down

0 comments on commit 4110eec

Please sign in to comment.