saasbook

mock_trainwreck.rb

Feb 13th, 2016
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.11 KB | None | 0 0
  1. movie = double('Movie', :pics => [double('Picture', :format => 'gif')])
  2. expect(Movie.count_pics(movie)).to eq 1
Advertisement
Add Comment
Please, Sign In to add comment