spec/post.rb in leadtune-0.0.7 vs spec/post.rb in leadtune-0.0.8

- old
+ new

@@ -11,11 +11,10 @@ require File.join(File.dirname(__FILE__), "../lib/leadtune") begin p = Leadtune::Prospect.post do |p| p.organization = "LOL" - p.username = "admin@loleads.com" - p.password = "admin" + p.api_key = "h5fvNoTFa9AqzxUgixNcGey7HfZNKiBE9pC39fIH" # p.leadtune_host = "https://staging-appraiser.leadtune.com" # p.leadtune_host = "https://sandbox-appraiser.leadtune.com" p.leadtune_host = "http://localhost:8080" p.event = "offers_prepared"