spec/support/saas_customer.rb in highrise_mapper-0.0.2 vs spec/support/saas_customer.rb in highrise_mapper-0.0.3
- old
+ new
@@ -1,15 +1,14 @@
class SaasCustomer
+ # check the mock in the contact.rb for more information on how this model should behave
def name
- 'Rails na Praia'
end
def highrise_base_url
- 'https://railsnapraia.highrisehq.com'
end
def highrise_token
- 'a11386d68bdd94fe549b8498afafce56'
end
+
#must be included after required behavior has been added to the Class
include HighriseMapper::Context
end
\ No newline at end of file