search for: api_usernam

Displaying 1 result from an estimated 1 matches for "api_usernam".

Did you mean: api_username
2008 Jan 31
1
RSpec and the Basecamp API
...spec and still trying to work out how to do things. I''m working on a rails project that requires basecamp integration via the api, which is fairly trivial to use via the basecamp.rb wrapper: Connection: basecamp = Basecamp.new(APP_CONFIG[''api_host''], APP_CONFIG[''api_username''], APP_CONFIG[''api_pwd'']) And to retrieve a list of Projects: puts "Projects: #{basecamp.projects}" I know how to make this work in the model, I''m just having trouble working out how to create a usable mock for this in rspec. I can''t work o...