spec/omdb_spec.rb in movlog-0.2.5 vs spec/omdb_spec.rb in movlog-0.2.6
- old
+ new
@@ -22,7 +22,8 @@
@movie.year.length.must_be :>, 0
@movie.actors.length.must_be :>, 0
@movie.poster.length.must_be :>, 0
@movie.plot.length.must_be :>, 0
@movie.location.length.must_be :>, 0
+ puts @movie.location
end
end