Sha256: 47c2b40e6c5b88ea4a8e934229442b82f98da56263375392c9179e7cf112e10b

Contents?: true

Size: 236 Bytes

Versions: 11

Compression:

Stored size: 236 Bytes

Contents

require 'spec_helper'

describe RDStation do
    let(:rdstation_client) { RDStation::Client.new('token','private' ) }
    let(:lead_email) { "iginosms@gmail.com" }
    let(:amount) { 300}


  context "#change_lead_status" do
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rdstation-ruby-client-1.2.1 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-1.2.0 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-1.1.0 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-1.0.1 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-1.0.0 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-0.1.1 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-0.1 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-0.0.5 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-0.0.4 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-0.0.3 spec/lib/rdstation-ruby-client_spec.rb
rdstation-ruby-client-0.0.2 spec/lib/rdstation-ruby-client_spec.rb