spec/tip_spec.rb in dagjeweg-0.0.2 vs spec/tip_spec.rb in dagjeweg-0.0.4

- old
+ new

@@ -93,10 +93,9 @@ @review = @tip.reviews.first end end it "returns a list of reviews for a tip" do - puts @tip.inspect expect(@tip.reviews.count).to be > 20 end it "has a reviewers name" do expect(@review.reviewer).to include("Beoordeling gegeven door")