Skip to content

Commit

Permalink
expose description and home_url in the mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiguitar committed May 3, 2012
1 parent e105da5 commit 619e547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fake/lib/ey_services_fake/tresfiestas_fake.rb
Expand Up @@ -60,6 +60,8 @@ def find_service(partner_id)
service_object && {
:id => service_object.id,
:name => service_object.name,
:description => service_object.description,
:home_url => service_object.home_url,
:label => service_object.label,
:revenue_share => service_object.revenue_share,
:service_accounts_url => service_object.service_accounts_url
Expand Down

0 comments on commit 619e547

Please sign in to comment.