Skip to content

Commit

Permalink
Make test more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
sskirby committed Nov 20, 2020
1 parent 9d999fa commit 0cb9b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/vorpal/aggregate_mapper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def initialize(id: nil, name: "", trunk: nil, environment: nil, fissures: [], br

expect {
test_mapper.persist(tree)
}.to raise_error(Exception)
}.to raise_error('not so good')

expect(fissure.id).to eq nil
expect(tree.id).to_not eq nil
Expand Down

0 comments on commit 0cb9b31

Please sign in to comment.