marketo 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,8 @@ module Rapleaf
7
7
 
8
8
  describe LeadRecord do
9
9
  it "should store the idnum" do
10
- LeadRecord.new(EMAIL, IDNUM).idnum.should == IDNUM
10
+ lead_record = LeadRecord.new(EMAIL, IDNUM)
11
+ lead_record.idnum.should == IDNUM
11
12
  end
12
13
 
13
14
  it "should store the email" do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marketo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 5
10
- version: 1.1.5
9
+ - 6
10
+ version: 1.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - James O'Brien