Sha256: 029007d99dfa8d7872706df3c4deea312c37e332bd95705a91bea2839f3b760c
Contents?: true
Size: 528 Bytes
Versions: 3
Compression:
Stored size: 528 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + "/spec_helper") describe "Perigord" do include FlickrExample it "Has magnific cro-magnon paintings" do run_flickr_scenario :search_string => "lascaux hall of the bull" end it "Has magnific cities" do run_flickr_scenario :search_string => "Sarlat" end it "Has magnific cathedrals" do run_flickr_scenario :search_string => "Cathedral in PĂ©rigueux" end it "Has great wines" do run_flickr_scenario :search_string => "Montbazillac" end end
Version data entries
3 entries across 3 versions & 3 rubygems