Skip to content

Commit

Permalink
update spec so that blanch is not an instance of Person, not a sym
Browse files Browse the repository at this point in the history
  • Loading branch information
kthffmn committed Feb 13, 2015
1 parent 3e6f7fb commit 1ef0729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/person_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

let(:stella) { Person.new("Stella") }
let(:blanche) { Person.new("Blanche") }
let(:name_hash) { {stella => "Stella", :blanche => "Blanche"} }
let(:people) {[stella, blanche]}
let(:name_hash) { {stella => "Stella", blanche => "Blanche"} }


describe "#name" do

Expand Down

0 comments on commit 1ef0729

Please sign in to comment.