Closed ajtran303 closed 4 years ago
New specs for review.rb, cast_member.rb and movie.rb
review.rb
cast_member.rb
movie.rb
movie_spec.rb uses a fixture from the vcr_cassettes directory. There is some YAML and JSON parsing in order to get the params to instantiate a Movie and test its methods.
movie_spec.rb
vcr_cassettes
New specs for
review.rb
,cast_member.rb
andmovie.rb
movie_spec.rb
uses a fixture from thevcr_cassettes
directory. There is some YAML and JSON parsing in order to get the params to instantiate a Movie and test its methods.