spec/fixtures/request_manager/hashed_responses.rb in xmlsoccer-0.0.1 vs spec/fixtures/request_manager/hashed_responses.rb in xmlsoccer-0.1.0

- old
+ new

@@ -2,8 +2,10 @@ GetAllLeagues = {id: "1", name: "English Premier League", country: "England", historical_data: "Yes", fixtures: "Yes", livescore: "Yes", number_of_matches: "2557", latest_match: DateTime.parse("2013-03-02T16:00:00+01:00")} GetAllTeams = { team_id: "4", name: "Fulham", country: "England", stadium: "Craven Cottage",home_page_url: "http://www.fulhamfc.com/", wiki_link: "http://en.wikipedia.org/wiki/Fulham_F.C."} + + GetAllTeamsByLeagueAndSeason = { team_id: "4", name: "Fulham", country: "England", stadium: "Craven Cottage",home_page_url: "http://www.fulhamfc.com/", wiki_link: "http://en.wikipedia.org/wiki/Fulham_F.C."} end